On 5/30/12 1:33 AM, Peter Dyballa wrote: > > Am 29.05.2012 um 19:41 schrieb Richard Miles: > >> gcc -Os -o xfce4-iconbox xfce4_iconbox-ls_iconbox.o xfce4_iconbox-ls_icon.o >> xfce4_iconbox-ls_iconboxwin.o xfce4_iconbox-main.o >> -L/sw/lib/pango-ft219/lib -L/sw/lib/freetype219/lib >> -L/sw/lib/fontconfig2/lib -L/sw/lib -L/usr/X11R6/lib >> /sw/lib/libxfce4mcs-client.dylib -L/usr/X11/lib /sw/lib/libxfcegui4.dylib >> /sw/lib/libgtk-x11-2.0.dylib /sw/lib/libxfce4util.dylib >> /sw/lib/libgdk-x11-2.0.dylib /sw/lib/libatk-1.0.dylib >> /sw/lib/libgio-2.0.dylib /sw/lib/pango-ft219/lib/libpangoft2-1.0.dylib >> /sw/lib/libgdk_pixbuf-2.0.dylib >> /sw/lib/pango-ft219/lib/libpangocairo-1.0.dylib /sw/lib/libcairo.dylib >> /sw/lib/pango-ft219/lib/libpango-1.0.dylib >> /sw/lib/freetype219/lib/libfreetype.dylib >> /sw/lib/fontconfig2/lib/libfontconfig.dylib /sw/lib/libgmodule-2.0.dylib >> /sw/lib/libgobject-2.0.dylib /sw/lib/libglib-2.0.dylib /sw/lib/libintl.dylib >> Undefined symbols: >> "_XDefaultScreen", referenced from: >> _main in xfce4_iconbox-main.o > > LibX11 ist missing. >
Meaning, of course, that the package needed to be fixed. This has been done, and you should be able to get the fix shortly via "fink selfupdate". You can tell if you have the fix by running "fink dumpinfo -eLIBS xfce4-iconbox. The original description has (if your Fink tree is /sw): LIBS=-L/sw/lib and the fixed one has LIBS=/usr/X11/lib/libX11.dylib -L/sw/lib -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/2012/02/21/got-job/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
