Re: FTC_MAnager_Lookup_Size
David <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
The output of freetype-config --libs:
-lfreetype -lz
The output of ldd libgnustep-back:
linux-gate.so.1 => (0xffffe000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0xb7f5d000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0xb7f45000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7e79000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7e6b000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0xb7e55000)
libGL.so.1 => /usr/X11R6/lib/libGL.so.1 (0xb7dda000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7d68000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7d57000)
libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2 (0xb7d41000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7c28000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7c24000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0xb7bd2000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7bc1000)
libXxf86vm.so.1 => /usr/X11R6/lib/libXxf86vm.so.1 (0xb7bbc000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7b99000)
/lib/ld-linux.so.2 (0x80000000)
Sitting in /usr/lib is libfreetype.so.6 and libfreetype.so, which are
both links to the same file, libfreetype.so.6.3.7. There is a
libfreetype.so in /usr/X11R6/lib/modules/fonts, but I'm not sure if this
is freetype1 or freetype2.
I've tried pointing the links this way and that, installing freetype2
manually, reinstalling the x server, no dice. I'm running freetype2
2.1.9, do I have to roll it back or something? I know I should be asking
on the Archlinux forums or the maintainer of the GNUstep repo, but I
haven't gotten much response from either.
> Most likely you have more than one version of freetype installed:
> freetype-config is pointing -back at one version, but the dynamic linker/
/> is using a different version when you actually run the app. To check/
/> this, you could try running ldd on the backend bundle and checking/
/> whether the path to libfreetype is the same as the path given by/
/> 'freetype-config --libs'.
_______________________________________________
Help-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnustep