There seems to be a problem with the SuSE version of popt.h. I had the
same problem when I first installed SuSE and tried to build garnome
0.20.0.
Take a look at /usr/include/popt.h
Almost certainly, you need to add the following line to popt.h:
#define POPT_TABLEEND {NULL, '\0', 0, 0, 0, NULL, NULL }
I added that and it fixed the problem.
Rick
On Thu, 2003-02-06 at 04:36, Fischer Ulrich wrote:
Hi
I'm trying to install Garnome 0.21.0. on a Suse 7.3 system. It fails on
building the librsvg-2.2.3 library. Does anybody have an idea?
----SNIP----
test-rsvg.c: In function `main':
test-rsvg.c:59: `POPT_TABLEEND' undeclared (first use in this function)
test-rsvg.c:59: (Each undeclared identifier is reported only once
test-rsvg.c:59: for each function it appears in.)
make[5]: *** [test-rsvg.o] Error 1
make[5]: Leaving directory
`/export/disk1/garnome/garnome-0.21.0/gnome/librsvg/work/librsvg-2.2.3'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/export/disk1/garnome/garnome-0.21.0/gnome/librsvg/work/librsvg-2.2.3'
make[3]: *** [all-recursive-am] Error 2
make[3]: Leaving directory
`/export/disk1/garnome/garnome-0.21.0/gnome/librsvg/work/librsvg-2.2.3'
make[2]: *** [build-work/librsvg-2.2.3/Makefile] Error 2
make[2]: Leaving directory
`/export/disk1/garnome/garnome-0.21.0/gnome/librsvg'
make[1]: *** [dep-../../gnome/librsvg] Error 2
make[1]: Leaving directory `/export/disk1/garnome/garnome-0.21.0/gnome/eog'
make: *** [dep-../../gnome/eog] Error 2