Hi, Is there a source code for glade which is compiled and built on windows? What tool has been used to compile the code? I was unable to find glade source code for windows - compiled using vc++6.0
I have downloaded the installer for GTK+/Win32 Runtime environment from http://gladewin32.sourceforge.net and followed steps to build glade source code using cygwin ( even though my main aim is to build glade in vc++6.0). While compiling glade sources, cygwin is looking for "scrollkeeper" package, which needs to be built? While running make, i am getting the following error -------------------------------- $ make make all-recursive make[1]: Entering directory `/cygdrive/d/cygwin/scrollkeeper-0.3.14' Making all in m4 make[2]: Entering directory `/cygdrive/d/cygwin/scrollkeeper-0.3.14/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/cygdrive/d/cygwin/scrollkeeper-0.3.14/m4' Making all in libuuid make[2]: Entering directory `/cygdrive/d/cygwin/scrollkeeper-0.3.14/libuuid' if /bin/sh ../libtool --mode=compile gcc -mms-bitfields -mno-cygwin -DHAVE_CONFI G_H -I. -I. -I.. -g -O2 -MT gen_uuid.lo -MD -MP -MF ".deps/gen_uuid.Tpo" \ -c -o gen_uuid.lo `test -f 'gen_uuid.c' || echo './'`gen_uuid.c; \ then mv -f ".deps/gen_uuid.Tpo" ".deps/gen_uuid.Plo"; \ else rm -f ".deps/gen_uuid.Tpo"; exit 1; \ fi rm -f .libs/gen_uuid.lo gcc -mms-bitfields -mno-cygwin -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -MT gen_uuid. lo -MD -MP -MF .deps/gen_uuid.Tpo -c gen_uuid.c -DDLL_EXPORT -DPIC -o .libs/gen _uuid.lo gen_uuid.c:25:23: sys/ioctl.h: No such file or directory gen_uuid.c:26:24: sys/socket.h: No such file or directory gen_uuid.c: In function `get_random_fd': gen_uuid.c:52: error: `O_NONBLOCK' undeclared (first use in this function) gen_uuid.c:52: error: (Each undeclared identifier is reported only once gen_uuid.c:52: error: for each function it appears in.) make[2]: *** [gen_uuid.lo] Error 1 make[2]: Leaving directory `/cygdrive/d/cygwin/scrollkeeper-0.3.14/libuuid' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/cygdrive/d/cygwin/scrollkeeper-0.3.14' make: *** [all] Error 2 -------------------------------------------------------- I am unable to fix this error. Pls help me out. Thanks & Regards, Divakar E _______________________________________________ Glade-devel maillist - Glade-devel@lists.ximian.com http://lists.ximian.com/mailman/listinfo/glade-devel