I have installed glib-1.1.4 and gtk+-1.1.3 (the
tarballs) on my RedHat 5.1 system.
I have also installed
ImageMagic 4.0.5 and Imlib 1.8.1 and all the libs in the gnome dir.
But when I try to compile gnome-libs-0.30-1 I get this error
msg:
-DGNOMELIBDIR=\"/usr/local/lib\" -DGNOMEDATADIR=\"/usr/local/share\" -DGNOMEBINDIR=\"/usr/local/bin\" -DGNOMELOCALSTATEDIR=\"/usr/local/var\" -DGNOMELOCALEDIR=\"/usr/local/share/locale\" -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -g -O2 -Wall -c -fPIC -DPIC gnome-color-selector.c gnome-color-selector.c:186: parse error before `GdkEventDropDataAvailable' gnome-color-selector.c: In function `color_dropped': gnome-color-selector.c:188: `data' undeclared (first use this function) gnome-color-selector.c:188: (Each undeclared identifier is reported only once gnome-color-selector.c:188: for each function it appears in.) gnome-color-selector.c:191: `event' undeclared (first use this function) gnome-color-selector.c: In function `setup_dnd': gnome-color-selector.c:207: warning: implicit declaration of function `gtk_widget_dnd_drop_set' make[2]: *** [gnome-color-selector.lo] Error 1 make[2]: Leaving directory `/stuff/Gnome-Source/gnome-libs-0.30.1/libgnomeui' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/stuff/Gnome-Source/gnome-libs-0.30.1' make: *** [all-recursive-am] Error 2 I don't know what might be wrong, can someone help me? /Christian Rudh |