Has anyone successfully compiled Gzilla recently? I just downloaded version 0.1.5 from http://www.levien.com/gzilla/ and tried to compile it following the directions in the INSTALL file. However, the compilation failed with:
gcc -DPACKAGE=\"gzilla\" -DVERSION=\"0.1.5\" -DSTDC_HEADERS=1 -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SOCKET=1 -I. -I. -I/usr/X11R6/include -I/usr/local/include -g -O2 -Wall -c gtkgzwscroller.c gtkgzwscroller.c: In function `gtk_gzw_scroller_get_type': gtkgzwscroller.c:72: `GtkArgFunc' undeclared (first use this function) gtkgzwscroller.c:72: (Each undeclared identifier is reported only once gtkgzwscroller.c:72: for each function it appears in.) make: *** [gtkgzwscroller.o] Error 1 I am running the latest from hamm, and I have both libgtk-dev 0.99.3-1 and libgtk1 0.99.3-1 installed. In any case, I'm quite sure that it found my gtk stuff because it compiled the file before this one (commands.c) with only a few warnings about unused variables. Interestingly, the command find /usr/include/gtk -name '*.*' -print | xargs grep GtkArgFunc reports no matches. Thanks for any and all help! James -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .