Dear List,
I'm trying for the first time to compile Gem on a Mac. I'm using GEM 0.92-3, OSX 10.6.8, XCode 3.2.6, GCC 4.2
I did not want to bother with FTGL so I excluded all text related classes in the built target.
The compiler throws three errors all in
GemSetup.cpp:
s_stuff.h no such file or directory
and
sys_searchpath = namelist_append(sys_searchpath, mypath, 0)
sys_searchpath was not declared in this scope namelist_append was not declared in this scope
Sorry if I ask for something obvious. Any help with this, very much appreciated!
Florian