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