discuss-gnustep
[Top][All Lists]
Advanced

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

[Fwd: Re: GNUstep back: won't compile with art support]


From: Kazunobu Kuriyama
Subject: [Fwd: Re: GNUstep back: won't compile with art support]
Date: Tue, 27 Apr 2004 09:48:58 +0900
User-agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.4) Gecko/20030624 Netscape/7.1



-------- Original Message --------
Subject:        Re: GNUstep back: won't compile with art support
Date:   Tue, 27 Apr 2004 07:59:39 +0900
From:   Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com>
To:     rb@nggalai.com
References: <408C39A0.2080803@nggalai.com> <408CA44E.1060105@nifty.com> <408CBAFE.4040506@nggalai.com> <408CCAFA.2010001@nifty.com> <408D816C.7070909@nggalai.com> <408D8609.9060404@nifty.com> <408D8BA2.8060708@nggalai.com>



Sascha Erni, .rb wrote:



Kazunobu Kuriyama wrote:

Ui. How to check for that?



For example,
   $ nm libfreetype.so.x.y.z | grep FTC
will do (Replace the digits x, y, and z with those of your library).


OK, lots of FTC are found:
00022e80 T FTC_Cache_Clear
00022f60 T FTC_Cache_Done
00022e10 T FTC_Cache_Init
00023180 T FTC_Cache_Lookup
000230a0 T FTC_Cache_NewNode
00023270 T FTC_Cache_RemoveFaceID
000234c0 T FTC_CMapCache_Lookup
00023490 T FTC_CMapCache_New
000237b0 T FTC_Family_Init
00023860 T FTC_GCache_Done
000237d0 T FTC_GCache_Init
000238f0 T FTC_GCache_Lookup
000238c0 T FTC_GCache_New
00023750 T FTC_GNode_Compare
00023720 T FTC_GNode_Done
000236b0 T FTC_GNode_Init
000236d0 T FTC_GNode_UnselectFamily
000243a0 T FTC_ImageCache_Lookup
00024370 T FTC_ImageCache_New
000239b0 T FTC_INode_Free
00023a60 T FTC_INode_New
00023b20 T FTC_INode_Weight
00022810 T FTC_Manager_Compress
00022700 T FTC_Manager_Done
000229a0 T FTC_Manager_FlushN
00022540 T FTC_Manager_LookupFace
00022390 T FTC_Manager_LookupSize
00022610 T FTC_Manager_New
00022890 T FTC_Manager_RegisterCache
00022a10 T FTC_Manager_RemoveFaceID
000227d0 T FTC_Manager_Reset
00021dc0 T FTC_MruList_Done
00021df0 T FTC_MruList_Find
00021d30 T FTC_MruList_Init
00021fd0 T FTC_MruList_Lookup
00021e70 T FTC_MruList_New
00022020 T FTC_MruList_Remove
000220a0 T FTC_MruList_RemoveSelection
00021d80 T FTC_MruList_Reset
00021c90 T FTC_MruNode_Prepend
00021cf0 T FTC_MruNode_Remove
00021cc0 T FTC_MruNode_Up
00022a80 T FTC_Node_Unref
000245d0 T FTC_SBitCache_Lookup
000245a0 T FTC_SBitCache_New
00024050 T FTC_SNode_Compare
00023c50 T FTC_SNode_Free
00023ea0 T FTC_SNode_New
00023fd0 T FTC_SNode_Weight


That's with my self-compiled libfreetype 1.2.8. libfreetype as provided by Mandrake's package management won't return and FTCs. Still, no go at compiling back with art. :/

1.2.8? Typos or soname? If not, I'd like to recommend to use 2.1.2 or higher. Anyway,
it looks like the library can live with -art.

Yes, some distros provide freetype2 whose cache subsystem is disabled. That's quite
annoying for GNUstep users. :/

Please make sure the configure script recognize the newly installed library and headers.
(Have you had ldconfig(1) run after the installation?)
You might need to use --with-include-flags= option to let the configure script know
where the headers are.

Or could you send me the messages given by configure and make?

Regards,
- Kazunobu Kuriyama










reply via email to

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