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
Jamie Bullock wrote:
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'
[...]
I have FTGL 2.1.2 installed.
are you sure?
all versions of ftgl-2.1.2 i know(these are: the original source distribution as found on the authors homepage and the debian-package) provide a member BBox() of the class FTFont.
mfg.adsr IOhannes