gnoppix-devel
[Top][All Lists]
Advanced

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

Re: [Gnoppix-devel] Problems with freetype


From: James Strandboge
Subject: Re: [Gnoppix-devel] Problems with freetype
Date: Thu, 18 Sep 2003 10:26:48 -0400

On Thu, 2003-09-18 at 09:25, Özgür Caner wrote:
> Hello Gnoppix Developer Team,
> 
> I discoverd following problem when I played around with python 
> and pygtk(can't be loaded, because of this problem).
> 
> /usr/lib/libpangoxft-1.0.so.0 is linked with libfreetype (see at ldd
> output below) and uses FT_Seek_Stream. But /usr/lib/libfreetype.so.6
> only provides FT_Stream_Seek.

What version of freetype are you using?  libpangoxft was compiled
against freetype 2.0.9 from debian woody.

> To solve this problem, you should recompile libpangoxft.
> 
This is the solution if you are using another version of freetype.

One my system:
address@hidden ~]$ nm -D /usr/lib/libfreetype.so.6.3.0|grep Stream|grep
Seek
00009e1c T FT_Seek_Stream
 
address@hidden ~]$ nm -D /usr/lib/libpangoxft-1.0.so.0|grep Stream|grep
Seek
         U FT_Seek_Stream

Jamie

-- 
Email:        address@hidden
GPG/PGP ID:   26384A3A
Fingerprint:  D9FF DF4A 2D46 A353 A289  E8F5 AA75 DCBE 2638 4A3A





reply via email to

[Prev in Thread] Current Thread [Next in Thread]