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: Özgür Caner
Subject: Re: [Gnoppix-devel] Problems with freetype
Date: Fri, 19 Sep 2003 17:25:24 +0200

Hello Jamie,

Am Don, den 18.09.2003 schrieb James Strandboge um 16:26:
> 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.
> 

I'm using Gnoppix 0.5.4-1 and the freetype lib which is installed on
gnoppix.

Here is the code which fails (Python Code):

--- BEGIN CODE ----

#!/usr/bin/python2.2

import pygtk

pygtk.require ("2.0")

import gtk

--- END CODE ----

Look at error message!

> > 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






reply via email to

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