Hi Thom, On 11/28/06, Thom DeCarlo <[EMAIL PROTECTED]> wrote:
The VS6 project file "OpenSceneGraph/VisualStudio/osgWrappers/osg/wrapper_osg.dsp" has an unnecessary reference to CameraNode.cpp. It looks like a cut-and-paste error, since there are also Camera.cpp and CameraView.cpp references.
genwrapper is actually generating osgWrappers/osg/CameraNode.cpp since there is include/osg/CameraNode still exists if only with a typedef. So its correct that the makefile/project file references it. Yesterday I removed the src/osgWrappers/osg/CameraNode.cpp with the assumption that it wasn't needed, but alas it is. I checked it back in about half an hour ago, so try a cvs update. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
