Hello,
I'm new to opengc, but Damion knwon me because I've allready send him
email about my project. The project is to use a opengc like software
with the IL2 Flight Simulator (most a game, but a good one ;-)
IL2 Flight Simulator allow some access to flight data so....
I'm actually trying to build opengc under linux to better understand
what opengc does, because i've not find many screenshots about gc, but
ones from the ProjectMangenta
http://www.projectmagenta.com/products/i/c.jpg are my goal except it
should be in a WWII design like.
So to build I use actually opengc-0.54-source.zip because I've cannot
access the CVS module... it's like it is empty ????
and those opengc source are zipped before the mailing list damion email
saying he is finaly build opengc under linux.. so it's perhaps normal I
cannot build :-)
actually to build I need to modify CMakeLists.txt
because
/usr/local/include/ftgl
/usr/local/include/freetype2
/usr/local/include/freetype2/freetype
are
/usr/include/ftgl
/usr/include/freetype2
/usr/include/freetype2/freetype
under debian.
but finally i've those kind of error
/usr/include/c++/3.3/cmath:107: error: `acosf' not declared
/usr/include/c++/3.3/cmath:110: error: `asinf' not declared
/usr/include/c++/3.3/cmath:113: error: `atanf' not declared
/usr/include/c++/3.3/cmath:116: error: `atan2f' not declared
so perhaps I need to understand how to get last source files from
opengc..
can you help me ?
Thanks
|