[Opengc-devel] version problems
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Wendell T. <we...@ad...> - 2003-09-16 15:43:26
|
Thanks again for all of the work in OpenGC. A month or so ago I downloaded everything (onto RedHat Linux) and got it running. I tried it yesterday, getting the latest versions of everything, and things didn't go well. -- freetype-2.1.5 bad; freetype-2.1.4 good The latest FTGL references FT_Open_Flags, which is not in 2.1.5, but is in 2.1.4. -- fltk-2.0.x bad; fltk-1.1.3-source.tar.gz good In OpenGC, ogcRenderWindow.cpp includes FL/Fl.h, which isn't in 2.0.x. However, using earlier versions of those may have caused this error: Source/Base/main.o(.text+0x45): undefined reference to `fltk::repeat_timeout(float, void (*)(void*), void*)' I went back to the previous version from a month ago, and it works fine. Wendell |