Hello,
I have succeeded in building the current cvs version of SimGear
on Mac OS X 10.4.2.
But I had to do some changes on the source files:
simgear/scene/model/shadowvolume.cxx
line 874: int to GLint
simgear/scene/sky/bbcache.cxx
line 112: int to GLint
simgear/scene/cloudfield.cxx
define isnan and isinf as defined in cloud.cxx:
#if defined (__APPLE__)
// any C++ header file undefines isinf and isnan
// so this should be included before <iostream>
inline int (isinf)(double r) { return isinf(r); }
inline int (isnan)(double r) { return isnan(r); }
#endif
simgear/screen/shader.cpp
line 221: int to GLint
line 294: int to GLint
line 308: int to GLint
line 387: int to GLint
I hope this is the right place to put my compilation results
in order to get the necessary changes into SimGear,
Regards
Markus Morawitz
[EMAIL PROTECTED]
_______________________________________________
Flightgear-devel mailing list
[email protected]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d