
malte_gell at t-online
Mar 29, 2002, 1:32 PM
Post #1 of 1
(37 views)
Permalink
|
|
compiling GPA 0.5.0 does not work
|
|
hello, just discovered, that there's a nice list for GPA related questions... I'd like to use gpa 0.5.0 with Linux (SuSE 7.3) since I like the win32 version very much, especially the search function for keyservers. But trying to compile ends always as described below, I've tried it with gtk 1.2.x and 1.3/2, neither worked. I'm pretty sure, it's just a small glitch, but I don't know which... If someone responds, please carbon copy me, since I'm not a list member, thanks. Regards Malte gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../jnlib -I../gpapa -I../intl -mcpu=i686 -march=i686 -malign-functions=4 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -Wall -DGTK_ENABLE_BROKEN -c `test -f gpa.c || echo './'`gpa.c gpa.c: In function `search_config_file': gpa.c:124: warning: implicit declaration of function `g_file_test' gpa.c:124: `G_FILE_TEST_EXISTS' undeclared (first use in this function) gpa.c:124: (Each undeclared identifier is reported only once gpa.c:124: for each function it appears in.) gpa.c:124: `G_FILE_TEST_IS_REGULAR' undeclared (first use in this function) make[2]: *** [gpa.o] Error 1 make[2]: Leaving directory `/home/malte_gell/src/gpa-0.5.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/malte_gell/src/gpa-0.5.0' make: *** [all] Error 2
|