So on Mac OS X, FTGL is now built and installed using Fink:
macosx104-powerpc:~ pd$ ls -l /sw/lib/libftgl.a -rwxr-xr-x 1 root admin 635052 Apr 20 22:16 /sw/lib/libftgl.a
The headers are in place:
macosx104-powerpc:~ pd$ ls /sw/include/FT* /sw/include/FTBBox.h /sw/include/FTGLTextureFont.h /sw/include/FTBitmapGlyph.h /sw/include/FTGlyph.h /sw/include/FTCharToGlyphIndexMap.h /sw/include/FTGlyphContainer.h /sw/include/FTCharmap.h /sw/include/FTLibrary.h /sw/include/FTContour.h /sw/include/FTList.h /sw/include/FTExtrdGlyph.h /sw/include/FTOutlineGlyph.h /sw/include/FTFace.h /sw/include/FTPixmapGlyph.h /sw/include/FTFont.h /sw/include/FTPoint.h /sw/include/FTGL.h /sw/include/FTPolyGlyph.h /sw/include/FTGLBitmapFont.h /sw/include/FTSize.h /sw/include/FTGLExtrdFont.h /sw/include/FTTextureGlyph.h /sw/include/FTGLOutlineFont.h /sw/include/FTVector.h /sw/include/FTGLPixmapFont.h /sw/include/FTVectoriser.h /sw/include/FTGLPolygonFont.h
./configure is run with flags to point to Fink:
cd /Users/pd/auto-build/pd-extended-release/Gem/src && ./configure -- without-x --without-I mageMagick \ --without-tiff --without-jpeg --without-mpeg --without-mpeg3 \ --without-ieee1394 --without-aviplay --without-avifile -- without-ffmpeg \ --with-ftgl-includes=/sw/include --with-ftgl-libs=/sw/lib \ --with-pd=/Users/pd/auto-build/pd-extended-release/pd
But it doesn't work:
checking for ftgl-config... yes checking for main in -lftgl... no
I thought that Gem was statically linked against its libs, does it need the dylib?
.hc
------------------------------------------------------------------------ ----
Mistrust authority - promote decentralization. - the hacker ethic
On 5/5/07, Hans-Christoph Steiner hans@eds.org wrote:
I thought that Gem was statically linked against its libs, does it need the dylib?
GEM uses static linked libs on OSX.
On May 5, 2007, at 6:10 PM, chris clepper wrote:
On 5/5/07, Hans-Christoph Steiner hans@eds.org wrote:
I thought that Gem was statically linked against its libs, does it need the dylib?
GEM uses static linked libs on OSX.
It doesn't seem to link in /sw/lib/libftgl.a when given these configure falgs:
--with-ftgl-includes=/sw/include --with-ftgl-libs=/sw/lib \
.hc
------------------------------------------------------------------------ ----
You can't steal a gift. Bird gave the world his music, and if you can hear it, you can have it. - Dizzy Gillespie