[GEM-dev] mac os x - font support

IOhannes m zmoelnig zmoelnig at iem.at
Tue Jan 27 17:28:22 CET 2009


Hans-Christoph Steiner wrote:
> libftgl1 is now included in Fink/unstable, so you just need to switch  
> to unstable, then do:
> 
> fink install libftgl1
> 
> http://pdb.finkproject.org/pdb/package.php/libftgl1


that won't help here, as Gem does no weak linking (or however you call it).
either it links dynamically to libftgl.so (in which case Gem won't load 
if the library is not present; upstream this ought to be avoided, as 
dynamic linkage pulls in dependencies on X11)
or we link statically against libftgl.a (which makes bigger binaries, 
but no added dependencies)
or we forget to link against ftgl alltogether (so we don't have font 
support).

the binaries i posted ought to be #2 but were #3.

fmasdr
IOhannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3636 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.puredata.info/pipermail/gem-dev/attachments/20090127/41614aca/attachment.bin>


More information about the GEM-dev mailing list