GLADE for win32
- From: HRahman10 aol com
- To: gtk-list gnome org
- Subject: GLADE for win32
- Date: Tue, 24 Apr 2001 18:30:59 EDT
Hi!, has anyone managed to setup glade on window?
i've got cygwin, and i was building glade without gnome support, but the
following error was output:
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: Cannot find GTK: Is gtk-config in path?
Could you please tell me how to set the path correctly, which file do i edit
, and where?
Currently, all my gtk appliactions have a make file in which i include the
file config.txt located in the root directory, here is the file:
GTKDIR = C:/cygwin/gnu-dev/
GTKROOT = $(GTKDIR)/gtk+
GTKGTK = $(GTKROOT)/gtk
GTKGDK = $(GTKROOT)/gdk
GLIBDIR = $(GTKDIR)/glib
INTLDIR = $(GTKDIR)/intl
export CC = gcc
export CFLAGS = -Wall -mno-cygwin -mpentium -fnative-struct
export CXX = c++
export CXXFLAGS = -Wall -mno-cygwin -mpentium -fnative-struct
-fvtable-thunks
export GTKINC = -I $(GTKROOT) -I $(GTKGTK) -I $(GTKGDK) -I $(GLIBDIR)
export GTKL = -L $(GTKGDK) -lgdk-1.3 -L $(GTKGTK) -lgtk-1.3 \
-L $(GLIBDIR) -lglib-1.3 \
-L $(INTLDIR) -lgnu-intl
Thank you!
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]