Robert Osfield schrieb:

* CVS version must compile under Windows .NET 7.x and 8.x, Linux
and OSX - we needing testing and feedback.

compiling on OS X went smooth (did check only the frameworks), but one of my apps did refuse to compile cleanly: (USE_DEPRECATED_API was defined)

The compiler did not like the typedef in <osg/UByte4>, the types should be swapped, shouldn't they?

from: typedef UByte4 Vec4ub;
to:   typedef Vec4ub UByte4;

thanks,
Stephan

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to