Results 1 to 2 of 2
Hey everyone,
I've been trying to recompile a new version of GTK+2.0 that is required for a couple programs I want to run. I installed everything from source, and I ...
- 10-08-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 1
libcairo.so: undefined reference to `FT_GlyphSlot_Embolden'
Hey everyone,
I've been trying to recompile a new version of GTK+2.0 that is required for a couple programs I want to run. I installed everything from source, and I installed all of the dependencies. When I do a configure on GTK, it successfully configures, but when I "make" it, it doesn't finish and spits out this error. Would anyone be able to help step me through how to fix this?
Code:/usr/local/lib/libcairo.so: undefined reference to `FT_GlyphSlot_Embolden' collect2: ld returned 1 exit status make[5]: *** [gtk-demo] Error 1 make[5]: Leaving directory `/root/programs/kit/gtk+-2.10.14 /demos/gtk-demo' make[4]: *** [all] Error 2 make[4]: Leaving directory `/root/programs/kit/gtk+-2.10.14/demos/gtk-demo' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/root/programs/kit/gtk+- 2.10.14/demos' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/programs/kit/gtk+-2.10.14/demos' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/programs/kit/gtk+-2.10.14 ' make: *** [all] Error 2
- 10-09-2007 #2
A couple of things to try... You are sure pango is installed? Also, before running configure, run:
Worth a try...Code:export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH


Reply With Quote