Re: [Opengc-devel] Compiler error - help!
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Damion S. <be...@cs...> - 2003-03-13 21:01:18
|
Yes, the problem is FTGL. I have not had a chance to make the necessary=20= changes for FTGL 2.0 - the Open command has been rolled into the font=20 constructor, so FTGL 1.3 is not source compatible with 2.0. I hope to=20 be updated by this weekend - sorry for the trouble. -Damion- On Thursday, March 13, 2003, at 03:46 PM, Lawson, Michael wrote: > Hello. > =A0 > I am trying to compile OpenGC.=A0 When I try, I get the messages: > =A0 > ogcFont.cpp > C:\opengc\Source\Base\ogcFont.cpp(103) : error C2512:=20 > 'FTGLPolygonFont' : no appropriate default constructor available > C:\opengc\Source\Base\ogcFont.cpp(109) : error C2039: 'Open' : is not=20= > a member of 'FTGLPolygonFont' > =A0=A0=A0=A0=A0=A0=A0 C:\FTGL\include\FTGLPolygonFont.h(17) : see = declaration of=20 > 'FTGLPolygonFont' > =A0 > I am using FreeType 2.1.2, and FTGL 2.0.=A0 The version of FTGL looks=20= > suspect, because it was released so recently.=A0 But I can't seem to=20= > find a way to download version 1.3 anywhere. > =A0 > Any ideas?=A0 I did look at the code, and can't find an "Open" member=20= > for the aforementioned class. > =A0 |