hello,
i'm trying to build gem from cvs on mac os x.
i've gone through the archives and found answers that solved all but one problem. can anyone point me in the right direction to fix these errors?
Thanks, paris
In file included from src/Base/TextBase.cpp:17: src/Base/TextBase.h:23:20: FTFont.h: No such file or directory
In file included from src/Base/TextBase.cpp:17:
src/Base/TextBase.h:164: error: syntax error before *' token src/Base/TextBase.h:169: warning: ISO C++ forbids declaration of
FTFont' with
no type
src/Base/TextBase.h:169: error: FTFont' declared as a
virtual' field
src/Base/TextBase.h:169: error: parse error before *' token src/Base/TextBase.cpp: In constructor
TextBase::TextBase(int, t_atom*)':
src/Base/TextBase.cpp:42: error: class TextBase' does not have any field named
m_font'
src/Base/TextBase.cpp: In member function `virtual void
TextBase::render(GemState*)':
src/Base/TextBase.cpp:63: error: m_font' undeclared (first use this function) src/Base/TextBase.cpp:63: error: (Each undeclared identifier is reported only once for each function it appears in.) src/Base/TextBase.cpp: In member function
virtual void
TextBase::fontNameMess(const char*)':
src/Base/TextBase.cpp:119: error: makeFont' undeclared (first use this function) In file included from src/Base/TextBase.cpp:17: src/Base/TextBase.h:23:20: FTFont.h: No such file or directory In file included from src/Base/TextBase.cpp:17: src/Base/TextBase.h:164: error: syntax error before
*' token
src/Base/TextBase.h:169: warning: ISO C++ forbids declaration of FTFont' with no type src/Base/TextBase.h:169: error:
FTFont' declared as a virtual' field src/Base/TextBase.h:169: error: parse error before
*' token
src/Base/TextBase.cpp:42: error: class TextBase' does not have any field named
m_font'
src/Base/TextBase.cpp:63: error: m_font' undeclared (first use this function) src/Base/TextBase.cpp:63: error: (Each undeclared identifier is reported only once for each function it appears in.) src/Base/TextBase.cpp:119: error:
makeFont' undeclared (first use this
function)