Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-13-2005, 03:31 PM
|
#1
|
Member
Registered: Aug 2003
Location: Atlanta
Distribution: Debian, OS X
Posts: 711
Rep:
|
Update GTK+ error on Pango
So, I'm trying to update GTK+. GLib installed without a problem, and Pango seems to be going alright, until it runs into this:
Code:
ibglib-2.0.so -lXft /usr/local/lib/libfreetype.so -lXrender /usr/lib/libfontconfig.so /usr/lib/libfreetype.so -lz /usr/lib/libexpat.so -lX11
/usr/lib/libfontconfig.so: undefined reference to `FT_Get_BDF_Property'
collect2: ld returned 1 exit status
make[2]: *** [pango-xftview] Error 1
make[2]: Leaving directory `/home/ynadji/gtk/pango-1.8.1/examples'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ynadji/gtk/pango-1.8.1'
make: *** [all] Error 2
ynadji@onizuka:pango-1.8.1$
Any ideas? I'm doing it in the correct order (GLib, Pango, ATK, GTK+) and I have all the dependencies up to the necessary versions.
Last edited by GT_Onizuka; 07-13-2005 at 03:32 PM.
|
|
|
07-13-2005, 04:35 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
well being an FT_<something> called i'd assume you missed a dependency against a newer libfreetype version maybe?
|
|
|
07-13-2005, 10:45 PM
|
#3
|
Member
Registered: Aug 2003
Location: Atlanta
Distribution: Debian, OS X
Posts: 711
Original Poster
Rep:
|
Well, I updated FreeType sucessfully, but it didn't change anything with Pango unfortunately. I thought I'd try updating fontconfig too, but I get this error:
Code:
Using catalogs: /etc/sgml/sgml-docbook-4.1.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6/docbook-utils.dsl#print
Working on: /home/ynadji/fontconfig-2.3.2/fc-cache/../fc-cache/fc-cache.sgml
/usr/share/sgml/docbook/utils-0.6/backends/man: line 6: sgmlspl: command not found
make[2]: *** [fc-cache.1] Error 8
make[2]: Leaving directory `/home/ynadji/fontconfig-2.3.2/fc-cache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ynadji/fontconfig-2.3.2'
make: *** [all] Error 2
ynadji@onizuka:fontconfig-2.3.2$
=\
|
|
|
07-13-2005, 10:58 PM
|
#4
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
IIRC the slackbuild script for fontconfig does "make -i" not just make, also how and where did you install freetype?
|
|
|
07-13-2005, 11:03 PM
|
#5
|
Member
Registered: Aug 2003
Location: Atlanta
Distribution: Debian, OS X
Posts: 711
Original Poster
Rep:
|
I did ./configure --prefix=/usr since that's where the previous version was. I compiled it from source, I had freetype2-2.1.9 that came with Slackware, and I upgraded to freetype2-2.1.10, that latest version.
|
|
|
07-13-2005, 11:11 PM
|
#6
|
Senior Member
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973
Rep:
|
try to use objdump on the freetype libs and see if it has that symbos in it:
Code:
objdump -R /usr/lib/libfreetype.so | grep FT_Get_..........
|
|
|
07-13-2005, 11:18 PM
|
#7
|
Member
Registered: Aug 2003
Location: Atlanta
Distribution: Debian, OS X
Posts: 711
Original Poster
Rep:
|
Code:
ynadji@onizuka:ynadji$ objdump -R /usr/lib/libfreetype.so | grep FT_Get
000639f0 R_386_JUMP_SLOT FT_Get_Kerning
000639f4 R_386_JUMP_SLOT FT_Get_Char_Index
00063a40 R_386_JUMP_SLOT FT_Get_Glyph
00063a90 R_386_JUMP_SLOT FT_Get_Module
00063ab8 R_386_JUMP_SLOT FT_Get_Next_Char
00063c40 R_386_JUMP_SLOT FT_Get_Module_Interface
No FT_Get_BDF_Property =\
|
|
|
All times are GMT -5. The time now is 05:24 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|