Hi Bob, Thanks for the testing.
These warnings are benign I believe - I get them too, and there is a bit too much indirection going on in the macros and templates to easily work out how to fix the warnings. If you don't need the wrappers just don't enable them, cuts build time by more than half too. Robert. On Jan 29, 2008 9:03 PM, Bob Huebert <[EMAIL PROTECTED]> wrote: > Greetings Robert, > > Building OpenSceneGraph (svn-7852) on FedoraCore 7 (gcc 4.1.2), all is > well except for warning messages as such: > > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgDB/ReaderWriter.cpp: > In constructor <unnamed>::reflector36::reflector36(): > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgDB/ReaderWriter.cpp:76: > warning: passing NULL to non-pointer argument 1 of > osgIntrospection::Value::Value(const T&) [with T = long int] > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgDB/ReaderWriter.cpp:81: > warning: passing NULL to non-pointer argument 1 of > osgIntrospection::Value::Value(const T&) [with T = long int] > <...> > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgDB/ReaderWriter.cpp:156: > warning: passing NULL to non-pointer argument 1 of > osgIntrospection::Value::Value(const T&) [with T = long int] > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgDB/ReaderWriter.cpp:161: > warning: passing NULL to non-pointer argument 1 of > osgIntrospection::Value::Value(const T&) [with T = long int] > > -and- > > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgDB/Archive.cpp: > In constructor <unnamed>::reflector30::reflector30(): > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgDB/Archive.cpp:71: > warning: passing NULL to non-pointer argument 1 of > osgIntrospection::Value::Value(const T&) [with T = long int] > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgDB/Archive.cpp:76: > warning: passing NULL to non-pointer argument 1 of > osgIntrospection::Value::Value(const T&) [with T = long int] > <...> > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgDB/Archive.cpp:101: > warning: passing NULL to non-pointer argument 1 of > osgIntrospection::Value::Value(const T&) [with T = long int] > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgDB/Archive.cpp:106: > warning: passing NULL to non-pointer argument 1 of > osgIntrospection::Value::Value(const T&) [with T = long int] > > -and- > > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp: > In constructor <unnamed>::reflector29::reflector29(): > /export/staffdata/osg/OpenSceneGraph-svn-7852/src/osgWrappers/osgShadow/ParallelSplitShadowMap.cpp:32: > warning: passing NULL to non-pointer argument 1 of > osgIntrospection::Value::Value(const T&) [with T = long int] > > I'm not a user of osg_wrapper (yet;) - are these benign, or should I have > concern? > > Thanks a bunch for all you do for our community, Robert. I wish you the > very best for your holiday! > > -bob > ________________________________________________________________________ > Bob Huebert email: [EMAIL PROTECTED] > Visualization Systems Analyst voice: (907) 450-8638 > Arctic Region Supercomputing Center FAX: (907) 450-8601 > University of Alaska Fairbanks WWW: http://www.arsc.edu/ > > > On Tue, 29 Jan 2008, Robert Osfield wrote: > > > Hi All, > > > > Pretty please, could users do an svn update on OpenSceneGraph and > > VirtualPlanetBuilder and let me know how the build goes. It's evening > > now so I don't have much time left to make a dev release before I turn > > in before early start tomorrow (3am wooppeee). > > > > I am not planning any check-ins myself so I'll just set off a clean > > build and go and finish final packing. I'll be back online in an hour > > to check everything is hanging together. > > > > Thanks for you assistance, > > Robert. > > > _______________________________________________ > > osg-users mailing list > > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

