Hi,
My problem in compiling  glade apps in cygwin32 is : After tounix * to all
files and runing autogen.sh it makes an autoh* that I  : mv  autoh*
configure.h.in then CC='gcc...' ./configure
__________________________________________________
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for gtk-config... /USR/BIN/gtk-config
checking for GTK - version >= 1.2.0... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating config.h
cat: ./config.h.in: No such file or directory
Now type `make' to compile the package.
BASH.EXE-2.04$
____________________________________________________________
well I got no error but when I make I have the following packages error :
PACKAGES_DIR.... UNDECLARED  in main.c
then I look in main.c and wrote before declaration :/* ADD PACK...
and then it's worse here is the message  :
____________________________________________________________
           from support.c:14:
/usr/include/glib.h:2855: warning: `MAXPATHLEN' redefined
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../i686-pc-cygwin/include/sy
s/un
istd.h:170: warning: this is the location of the previous definition
support.c: In function `create_pixmap':
support.c:116: warning: unknown escape sequence `\p'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include    -g -O2 -Wall -c
interface.c
In file included from /usr/include/gdk/gdktypes.h:32,
                 from /usr/include/gdk/gdkcc.h:4,
                 from /usr/include/gdk/gdk.h:30,
                 from /usr/include/gtk/gtk.h:31,
                 from interface.c:15:
/usr/include/glib.h:2855: warning: `MAXPATHLEN' redefined
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../i686-pc-cygwin/include/sy
s/un
istd.h:170: warning: this is the location of the previous definition
interface.c: In function `create_main_window':
interface.c:247: `GDK_Supprimer' undeclared (first use in this function)
interface.c:247: (Each undeclared identifier is reported only once
interface.c:247: for each function it appears in.)
make[2]: *** [interface.o] Error 1
make[2]: Leaving directory `/edit/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/edit'
make: *** [all-recursive-am] Error 2
BASH.EXE-2.04$
____________________________________________________
I compile without any problem glade 0.5.9 after having properperly set up my
environment with NLS.
I even compile another programm made with GTK :gaddr not problem !
Can any one help me ?
thanks
Henri



+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to