[GEM-dev] Gem CVS build failure - FTGL

Jamie Bullock jamie at postlude.co.uk
Mon Feb 6 13:14:44 CET 2006


Hi IOhannes,

I'm having a stab at getting Gem working on my Gentoo box, and have got stuck with FTGL font support. The build fails as follows:

TextBase.cpp: In member function `virtual void TextBase::render(GemState*)':
TextBase.cpp:67: error: 'class FTFont' has no member named 'BBox'
TextBase.cpp:73: error: 'class FTFont' has no member named 'Render'
TextBase.cpp: In member function `virtual void TextBase::setFontSize(t_float)':
TextBase.cpp:85: error: 'class FTFont' has no member named 'FaceSize'
TextBase.cpp: In member function `virtual void TextBase::fontNameMess(const char*)':
TextBase.cpp:132: error: 'class FTFont' has no member named 'Depth'
TextBase.cpp: In member function `virtual void TextBase::justifyFont(float, float, float, float, float, float, float)':
TextBase.cpp:294: error: 'class FTFont' has no member named 'Ascender'
make[1]: *** [TextBase.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/usr/local/src/CVS/Gem/src/Base'
make: *** [Base] Error 2

I have FTGL 2.1.2 installed.

Gem latest from CVS.

Jamie




More information about the GEM-dev mailing list