[Glade-users] GLADE on win32



--part1_c5.101d88d0.28171c01_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Hi!,  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


Although i've got to this point, could you please tell if glade actually 
works on win32 platform.

Thank you!


--part1_c5.101d88d0.28171c01_boundary
Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>Hi!, &nbsp;i've got cygwin, and i was building glade without 
gnome support, but 
<BR>the following error was output:
<BR>
<BR>*** The gtk-config script installed by GTK could not be found
<BR>*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
<BR>*** your path, or set the GTK_CONFIG environment variable to the
<BR>*** full path to gtk-config.
<BR>configure: error: Cannot find GTK: Is gtk-config in path?
<BR>
<BR>Could you please tell me how to set the path correctly, which file do i edit 
<BR>, and where?
<BR>
<BR>Currently, all my gtk appliactions have a make file in which i include the 
<BR>file config.txt located in the root directory, here is the file:
<BR>
<BR><B>GTKDIR &nbsp;&nbsp;= C:/cygwin/gnu-dev/
<BR>GTKROOT &nbsp;= $(GTKDIR)/gtk+
<BR>GTKGTK &nbsp;&nbsp;= $(GTKROOT)/gtk
<BR>GTKGDK &nbsp;&nbsp;= $(GTKROOT)/gdk
<BR>GLIBDIR &nbsp;= $(GTKDIR)/glib
<BR>INTLDIR &nbsp;= $(GTKDIR)/intl
<BR>
<BR>
<BR>export CC &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= gcc
<BR>export CFLAGS &nbsp;&nbsp;&nbsp;= -Wall &nbsp;-mno-cygwin -mpentium -fnative-struct 
<BR>export CXX &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= c++
<BR>export CXXFLAGS &nbsp;= -Wall -mno-cygwin -mpentium -fnative-struct 
<BR>-fvtable-thunks 
<BR>
<BR>export GTKINC &nbsp;&nbsp;&nbsp;= -I $(GTKROOT) -I $(GTKGTK) -I $(GTKGDK) -I $(GLIBDIR) 
<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<BR>export GTKL &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= -L $(GTKGDK) -lgdk-1.3 -L $(GTKGTK) -lgtk-1.3 \
<BR> 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-L
 $(GLIBDIR) -lglib-1.3 \
<BR> 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-L
 $(INTLDIR) -lgnu-intl
<BR></B>
<BR>
<BR>Although i've got to this point, could you please tell if glade actually 
<BR>works on win32 platform.
<BR>
<BR>Thank you!
<BR></FONT></HTML>

--part1_c5.101d88d0.28171c01_boundary--





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]