freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] Bad problems due to function renaming


From: Tim Ruehsen
Subject: Re: [Devel] Bad problems due to function renaming
Date: Thu, 13 Nov 2003 15:13:32 +0100
User-agent: KMail/1.5.4

> > Just to show you the problem with libpango:
> > ldd -r /usr/lib/libpangoft2-1.0.so.0
> >         libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x40048000)
> >         libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x40080000)
> >         libdl.so.2 => /lib/libdl.so.2 (0x40085000)
> >         libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x40088000)
> >         libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x400f3000)
> >         libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40125000)
> >         libc.so.6 => /lib/i686/libc.so.6 (0x40176000)
> >         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
> > undefined symbol: FT_Seek_Stream        (/usr/lib/libpangoft2-1.0.so.0)
> > undefined symbol: FT_Get_Short  (/usr/lib/libpangoft2-1.0.so.0)
> > undefined symbol: FT_Forget_Frame       (/usr/lib/libpangoft2-1.0.so.0)
> > undefined symbol: FT_Access_Frame       (/usr/lib/libpangoft2-1.0.so.0)
> > undefined symbol: FT_Get_Long   (/usr/lib/libpangoft2-1.0.so.0)
>
> Pango *does* use these symbols directly (as part of some low-level
> OpenType table code.) They are clearly internal symbols, so we didn't
> expect compatibility guarantees for them.

OK. Just to understand it: how comes that there are no compiler errors when 
compiling pango with freetype 2.1.x includes? 

> So, yes, you may have to recompile Pango. But you won't have to
> recompile apps that use Pango. Difficulties in recompiling Pango or
> Qt don't really belong on this list...

Of course not. I just mentioned it to explain my problems.

Grtz, Tim




reply via email to

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