-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-06-09 16:06, Nicolas Montgermont wrote:
Hello all,
I'm trying to compile GEM svn under OSX (10.6) but I am having some
cool.
however please note, that while in my last email i said that my changes were "a step towards making Gem compile on OSX-10.6", i don't claim (nor believe) that you can currently build Gem on 10.6 "just so".
problems. i have tried with xcode and terminal.
the xcode project have not been updated in a long time.
in the terminal, i have run aclocal
then ./autogen.sh
[...]
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -DHAVE_VERSION_H -DPD -I/Applications/Pd-extended.app/Contents/Resources/include/pd/ "-I/Users/nix/gem/pd-gem/trunk/GemLibs/FTGL/freetype include/" -I/Users/nix/gem/pd-gem/trunk/GemLibs/FTGL/include/ -I/usr/X11/include -fPIC -freg-struct-return -Os -falign-loops -falign-functions -falign-jumps -funroll-loops -ffast-math -mmmx -fpascal-strings -MT libBase_la-TextBase.lo -MD -MP -MF .deps/libBase_la-TextBase.Tpo -c TextBase.cpp -fno-common -DPIC -o .libs/libBase_la-TextBase.o In file included from /Users/nix/gem/pd-gem/trunk/GemLibs/FTGL/include/FTFont.h:4, from TextBase.h:37, from TextBase.cpp:22: /usr/X11/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory
do you have a file "freetype/config/ftheader.h" on your disk? where? here it is in the equivalent of "/Users/nix/gem/pd-gem/trunk/GemLibs/FTGL/freetype include/freetype/config/ftheader.h"
do you have any idea of what is missing? am i including the bad ft2build.h header? i have these others: /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include/ft2build.h /Developer/SDKs/MacOSX10.5.sdk/usr/X11/include/ft2build.h /Developer/SDKs/MacOSX10.6.sdk/usr/X11/include/ft2build.h /usr/X11/include/ft2build.h
i don't like the notion of X11 here.
but including the one in the 10.6 SDK give me the same error.
I am building against Pd-extended-0.42.5 on mac osx 10.6.7
i'd like to use the last version of gem :)
understandable.
fgsmdft IOhannes