[Opengc-devel] Compiler error - help!
Status: Pre-Alpha
Brought to you by:
madmartigan
|
From: Lawson, M. <mi...@SS...> - 2003-03-13 20:46:15
|
Hello.
I am trying to compile OpenGC. When I try, I get the messages:
ogcFont.cpp
C:\opengc\Source\Base\ogcFont.cpp(103) : error C2512: 'FTGLPolygonFont' : no
appropriate default constructor available
C:\opengc\Source\Base\ogcFont.cpp(109) : error C2039: 'Open' : is not a
member of 'FTGLPolygonFont'
C:\FTGL\include\FTGLPolygonFont.h(17) : see declaration of
'FTGLPolygonFont'
I am using FreeType 2.1.2, and FTGL 2.0. The version of FTGL looks suspect,
because it was released so recently. But I can't seem to find a way to
download version 1.3 anywhere.
Any ideas? I did look at the code, and can't find an "Open" member for the
aforementioned class.
|