Hi Robert,
From: osg-users [mailto:[email protected]] On Behalf Of Robert Osfield Sent: Tuesday, July 01, 2014 2:35 AM To: OpenSceneGraph Users Subject: Re: [osg-users] OpenSceneGraph 3.2.1 release candidate 5 tagged, please test HI Tom, On 30 June 2014 22:45, Jolley, Thomas P <[email protected]<mailto:[email protected]>> wrote: One of my Linux machines had trouble with uint64_t not naming a type in applications/osgviewer/osgviewer.cpp. When I included <stdint.h> it compiled fine. Which Linux distro did it have? I've added the stdint.h to osgviewer.cpp and checked it into svn/trunk and OSG-3.2 branch. The distro is Fedora 14. I don't use it much but it seems to give a different set of warnings than other distributions. I got a couple other warnings about variables may be used uninitialized. When I tracked them down it wasn't a problem. If you would like to know where these are, let me know. Another Linux machine reported GetValueVisitor and SetValueVisitor, in include/osg/ValueObject , had virtual functions without a virtual destructor. I didn't look into it far enough to determine if it is a problem. Could you send me the warnings. I may not be able to do anything about them in the OSG-3.2 branch if resolving them affects the ABI but can certainly look at addressing them in svn/trunk. /usr/OpenSceneGraph-3.2.1-rc5/include/osg/ValueObject:45: warning: 'class osg::ValueObject::GetValueVisitor' has virtual functions but non-virtual destructor /usr/OpenSceneGraph-3.2.1-rc5/include/osg/ValueObject:70: warning: 'class osg::ValueObject::SetValueVisitor' has virtual functions but non-virtual destructor /usr/OpenSceneGraph-3.2.1-rc5/src/osgPresentation/PropertyManager.cpp:95: warning: 'class MySetValueVisitor' has virtual functions but non-virtual destructor /usr/OpenSceneGraph-3.2.1-rc5/src/osgPlugins/osc/OscSendingDevice.cpp:234: warning: 'class OscSendingDeviceGetValueVisitor' has virtual functions but non-virtual destructor ---- Tom Jolley
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

