Hans-Christoph Steiner wrote:
This is on a new Tiger 10.4.7 autobuild machine:
CompileC build/GEM_darwin.build/Default/gem_darwin.build/Objects-normal/ppc/TextBase.o /Users/pd/auto-build/pd-extended/Gem/src/Base/TextBase.cpp normal ppc c++ com.apple.compilers.gcc.4_0 cd /Users/pd/auto-build/pd-extended/Gem /usr/bin/gcc-4.0 -x c++ -arch ppc -pipe -Wno-trigraphs -fpascal-strings -faltivec -fasm-blocks -g -Os -Wunknown-pragmas -DMACOSX -DYUV -DALTIVEC -DFTGL -fmessage-length=0 -funroll-loops -ffast-math -mtune=G4 -fvisibility-inlines-hidden -mmacosx-version-min=10.3 -I/Users/pd/auto-build/pd-extended/Gem/build/GEM_darwin.build/Default/gem_darwin.build/Gem.hmap -Wmost -F/Users/pd/auto-build/pd-extended/Gem/build/Default -F/Users/tigital/Library/Frameworks -I/Users/pd/auto-build/pd-extended/Gem/build/Default/include -I../pd/src -I../GemLibs/freetype-2.1.9/include -I../GemLibs/FTGL/include -I../GemLibs/freetype-2.1.9/include/freetype2 -Isrc -I/Users/pd/auto-build/pd-extended/Gem/build/GEM_darwin.build/Default/gem_darwin.build/DerivedSources -fno-builtin -falign-loops=16 -c /Users/pd/auto-build/pd-extended/Gem/src/Base/TextBase.cpp -o /Users/pd/auto-build/pd-extended/Gem/build/GEM_darwin.build/Default/gem_darwin.build/Objects-normal/ppc/TextBase.o
are you using autoconf or the xcode-project of Gem? i suggest using autoconf.
In file included from src/Base/config.h:36, from src/Base/GemGL.h:22, from src/Base/GemBase.h:23, from /Users/pd/auto-build/pd-extended/Gem/src/Base/TextBase.h:25, from /Users/pd/auto-build/pd-extended/Gem/src/Base/TextBase.cpp:18: src/Base/configDarwin.h:1:1: warning: "FTGL" redefined <command line>:1:1: warning: this is the location of the previous definition In file included from /Users/pd/auto-build/pd-extended/Gem/src/Base/TextBase.h:33, from /Users/pd/auto-build/pd-extended/Gem/src/Base/TextBase.cpp:18: /Users/pd/auto-build/pd-extended/Gem/../GemLibs/FTGL/include/FTFont.h:4:22: error: ft2build.h: No such file or directory
this means that freetype is not installed. (or cannot be found). i hope that it is packaged in fink.
mfg.asdr IOhannes