Compiling the control center errors



I am trying to compile the control center from the tarball v0.99. (I have all the current tarballs from ftp.gnome.org everything to this point has succesfully compiled and installed). However I am getting the following errors. I did try a `nm /usr/local/lib/libImlib.so | egrep png_init_io` whch returned a 'U png_init_io ' which I took to mean it was undefined. 
Can anyone help to solve this problem. please



gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I../../intl -I../../intl -I./../../control-center -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -I/usr/local/include -I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include -I/usr/local//lib/glib/include -I/usr/local//include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local//lib/glib/include -I/usr/local//include -g -O2 -Wall -Wno-unused  -c screensaver-dialog.cscreensaver-dialog.c: In function `make_dialog':screensaver-dialog.c:18: warning: `icon' might be used uninitialized in this functiongcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I. -I../../intl -I../../intl -I./../../control-center -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -I/usr/local/include -I/usr/local/include -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include -I/usr/local//lib/glib/include -I/usr/local//include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/local//lib/glib/include -I/usr/local//include -g -O2 -Wall -Wno-unused  -c parser.c/bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -Wno-unused   -o screensaver-properties-capplet  screensaver-properties-capplet.o callbacks.o screensaver-dialog.o parser.o ../../control-center/libcapplet.la -rdynamic -L/usr/local/lib -L/usr/local//lib -L/usr/X11R6/lib -L/usr/local/lib -L/usr/local//lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib -lm -rdynamic -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lm -lgnome -lgnomesupport -laudiofile -ldb -lglib -ldl  -lImlib -lgnorba mkdir .libsgcc -g -O2 -Wall -Wno-unused -o .libs/screensaver-properties-capplet screensaver-properties-capplet.o callbacks.o screensaver-dialog.o parser.o -Wl,-rpath -Wl,/usr/local/lib ../../control-center/.libs/libcapplet.so -rdynamic -L/usr/local/lib -L/usr/local//lib -L/usr/X11R6/lib -L/usr/local/lib -L/usr/local//lib -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib -lm -rdynamic -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lm -lgnome -lgnomesupport -laudiofile -ldb -lglib -ldl -lImlib -lgnorba
/usr/local/lib/libImlib.so: undefined reference to `png_set_sBIT'
/usr/local/lib/libImlib.so: undefined reference to `DgifGetExtensionNext'
/usr/local/lib/libImlib.so: undefined reference to `jpeg_read_scanlines'
/usr/local/lib/libImlib.so: undefined reference to `DgifGetRecordType'
/usr/local/lib/libImlib.so: undefined reference to `DgifGetImageDesc'
/usr/local/lib/libImlib.so: undefined reference  to`TIFFDefaultStripSize'
<snip> /usr/local/lib/libImlib.so: undefined reference to`png_set_shift
'/usr/local/lib/libImlib.so: undefined reference to`TIFFGetField'
/usr/local/lib/libImlib.so: undefined reference to `png_init_io'
make[3]: *** [screensaver-properties-capplet] Error 1
make[3]: Leaving directory `/usr/local/src/gnome/control-center-0.99/capplets/screensaver-properties'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/gnome/control-center-0.99/capplets'
make[1]: *** [all-recursive] Error 1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]