Hi Paul,

Here are a couple of fixes if it's not too late:

Revision 10601 on the trunk fixed 'Matrices' to 'Materials' in 
src/osgViewer/StatsHandler.cpp

Under Ubuntu 9.10, gcc 4.4.1 the ply plugin fails to build because uint8_t is 
unknown.  The solution would be to include stdint.h, except that under windows 
with Visual Studio 2005 and 2008, stdint.h is missing and the ply plugin uses 
its own typedefs instead.

As a workaround, I've replaced uint8_t with unsigned char.

Cheers,

Tony

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=25931#25931




Attachments: 
http://forum.openscenegraph.org//files/statshandler_ply_fixes_905.zip


_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to