compiling GPA 0.5.0 does not work

Malte Gell malte_gell@t-online.de
Fri Mar 29 13:32:02 2002


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=20
version very much, especially the search function for keyservers.

But trying to compile ends always as described below, I've tried it with =
gtk=20
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,=20
thanks.

Regards
Malte


gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../jnlib -I../gpapa  -I../intl   =20
-mcpu=3Di686 -march=3Di686 -malign-functions=3D4 -I/usr/include/gtk-1.2=20
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -Wal=
l=20
-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 functio=
n)
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