[libgnomecanvas] v2.0.X Strange error
F.Schoenahl <[email protected]> Mon, 29 Jul 2002 15:01:26 +0200
| Newsgroups | gmane.comp.gnome.lib.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi coders, I try to compile the gnome_2 sources on a linux-k6 box. I compile all libs without any errors, excepted the libgnomecanvas, I have tried with both v2.0.0 and 2.0.1. The configure process does not report any missing lib, however "make" fails and returns unknown typedefs. I have grep'ed my whole system without any reference to them. My RedHat is 7.1, brand new system without any gnome/kde existing package. I compile with gcc 2.96 on an i586. Thanks for any help, Fred (# ./configure --prefix=/opt/gnome2 --enable-shared ; make) (...) ....... gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -I/opt/gnome2/include/gtk-2.0 -I/opt/gnome2/lib/gtk-2.0/include -I/opt/gnome2/include/atk-1.0 -I/opt/gnome2/include/pango-1.0 -I/usr/X11R6/include -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/opt/gnome2/include/libart-2.0 -I/usr/X11R6/include/freetype2 -DGNOMECANVASLIBDIR=\"/opt/gnome2/lib\" -DGNOMECANVASDATADIR=\"/opt/gnome2/share\" -DGNOMECANVASPIXMAPDIR=\"/opt/gnome2/share/pixmaps\" -DGNOMECANVASBINDIR=\"/opt/gnome2/bin\" -DGNOMECANVASLOCALSTATEDIR=\"/opt/gnome2/var\" -DGNOMECANVASLOCALEDIR=\"\" -DG_LOG_DOMAIN=\"GnomeCanvas\" -DVERSION=\"2.0.1\" -g -O2 -c gnome-canvas.c -fPIC -DPIC -o .libs/gnome-canvas.lo gnome-canvas.c: In function *** gnome_canvas_class_init': gnome-canvas.c:2059: `gnome_canvas_marshal_VOID__OBJECT_INT_INT_INT_INT' undeclared (first use in this function) **** gnome-canvas.c:2059: (Each undeclared identifier is reported only once gnome-canvas.c:2059: for each function it appears in.) *** gnome-canvas.c: In function `gnome_canvas_item_class_init': gnome-canvas.c:4048: `gnome_canvas_marshal_BOOLEAN__BOXED' undeclared (first use in this function) make: *** [gnome-canvas.lo] Erreur 1