From: Ethan B. <ebl...@cs...> - 2002-12-16 20:30:48
|
tobias nick fenster spake unto us the following wisdom: > i tried to compile the gaim-cvs today, but make ended with the following= =20 > error: [snip] > /usr/local/lib/perl5/5.6.1/i586-linux/auto/DynaLoader/DynaLoader.a=20 > -L/usr/local/lib/perl5/5.6.1/i586-linux/CORE -lperl -lnsl -ldl -lm -lcryp= t=20 > -lutil /usr/lib/libpangoxft-1.0.so: undefined reference to=20 > `FT_Get_Next_Char' > /usr/lib/libpangoxft-1.0.so: undefined reference to `FT_Get_First_Char' > collect2: ld returned 1 exit status > make[3]: *** [gaim] Error 1 > make[3]: Leaving directory `/opt/download/internet/gaim/gaim-20021215/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/opt/download/internet/gaim/gaim-20021215/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/opt/download/internet/gaim/gaim-20021215' > make: *** [all-recursive-am] Error 2 >=20 > i'm running a suse-7.2 with pango-1.0.5 and pango-devel-1.0.5, any ideas= =20 > how i could fix that problem? Like most pango installations, your pangoxft.pc file has dependency issues. (Probably it depends on some other .pc file that doesn't exist or something.) The quick fix is to find it and edit it to include: -L/usr/X11R6/lib -lXft -lXrender -lX11 -lfreetype2 on the libs line and see if that fixes it. You may have to track down some other libraries as well, or you may not need all of those. Regardless, this is a packaging problem with your pango or xft, and not gaim... (although we'll help if we can) Ethan --=20 And if I claim to be a wise man / it surely means that I don't know. -- Kansas, "Carry on Wayward Son" |