Thanks for the input. I am a total novice to CMake and pretty new to make files in general. In order to follow your suggestion, would I add a line like SET(CMAKE_CXX_FLAGS "-D__STDC_CONSTANT_MACROS") to one of the CMake files? Perhaps the one named "CMakeCXXCompiler.cmake"?
I did try issuing a command like, "CXXFLAGS=-D__STDC_CONSTANT_MACROS ./configure" before typing any commands like make or cmake. That did not seem to resolve the issue, unfortunately. Jeremy ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=49048#49048 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

