Hi, thanks for this release, When I tried to compile OSG on VC2010, I found some errors:
1) on json_stream: the isfinite and isinf are not defined on VC2010 and should be replaced with _finite and !_finite. 2) on cmake, it can not found QT5Widgets_DIR automatically, so I need to do it manually on QT 5.4.0 (not realy a porblem). Thank you! Cheers, Mohammed ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=63425#63425 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

