|
From: Braden M. <br...@en...> - 2010-07-12 04:54:49
|
On Fri, 2010-07-02 at 23:31 -0400, Braden McDaniel wrote: > On Fri, 2010-07-02 at 17:35 -0400, Sam Url wrote: [snip] > > I noticed OPENVRML_ENABLE_RENDER_TEXT_NODE was defined in the proprocessor list, > > so I removed it. But, I'm still getting compilation errors from text.cpp > > still being dependent on FreeType: > > c:\openvrml-0.18.6\src\node\vrml97\text.cpp(139) : error C2061: syntax error : identifier 'FT_Face' > > > > > > > > Is FreeType required to build vrml97.dll? > > Sigh... Yes; but removing that preprocessor symbol definition is > supposed to remove the need for FreeType. That's a bug. This should now be fixed on the trunk and branches/0.18. -- Braden McDaniel <br...@en...> |