On 2/19/2010 3:16 PM, Torben Dannhauer wrote:
> Hi Robert,
> compiling under Vista32, VS2005 SP1 works.

  Same here, Vista64, VS2005sp1.

> But I get some warnings, e.g. 
> - CullSettings.cpp Line 31: Warnung "osg::CullSettings::VariablesMask" in 
> "unsigned int", signed/unsigned-Konflikt.   

Same here.

1>CullSettings.cpp
1>.\CullSettings.cpp(31) : warning C4245: '=' : conversion from
'osg::CullSettings::VariablesMask' to 'unsigned int', signed/unsigned mismatch

> - graph_array.h line 106: 
> 'triangle_stripper::detail::graph_array<nodetype>::node': Assignmentoperator 
> could not be generated
> - policy.h line 41: 'triangle_stripper::detail::policy': Assignmentoperator 
> could not be generated

  I did not incur these warnings. I haven't followed if they have already been 
fixed.



Other warnings here:

59>Depth.cpp
70>C:\Data\OSGDev\OpenSceneGraph-SVN-HEAD\include\osgDB/Serializer(533) : 
warning C4121:
'osgDB::ObjectSerializer<C,P>' : alignment of a member was sensitive to packing
70>        with
70>        [
70>            C=MyClass,
70>            P=osg::Node
70>        ]
70>        .\NodeTrackerCallback.cpp(14) : see reference to class template 
instantiation
'osgDB::ObjectSerializer<C,P>' being compiled
70>        with
70>        [
70>            C=MyClass,
70>            P=osg::Node
70>        ]
70>C:\Data\OSGDev\OpenSceneGraph-SVN-HEAD\include\osgDB/Serializer(534) : 
warning C4121:
'osgDB::ObjectSerializer<C,P>' : alignment of a member was sensitive to packing
70>        with
70>        [
70>            C=MyClass,
70>            P=osg::Node
70>        ]
70>NodeCallback.cpp
70>C:\Data\OSGDev\OpenSceneGraph-SVN-HEAD\include\osgDB/Serializer(533) : 
warning C4121:
'osgDB::ObjectSerializer<C,P>' : alignment of a member was sensitive to packing
70>        with
70>        [
70>            C=MyClass,
70>            P=osg::NodeCallback
70>        ]
70>        .\NodeCallback.cpp(14) : see reference to class template 
instantiation
'osgDB::ObjectSerializer<C,P>' being compiled
70>        with
70>        [
70>            C=MyClass,
70>            P=osg::NodeCallback
70>        ]
70>C:\Data\OSGDev\OpenSceneGraph-SVN-HEAD\include\osgDB/Serializer(534) : 
warning C4121:
'osgDB::ObjectSerializer<C,P>' : alignment of a member was sensitive to packing
70>        with
70>        [
70>            C=MyClass,
70>            P=osg::NodeCallback
70>        ]



  I can test any specific examples you feel need testing at this point, but I 
don't think
I'll have time to run through all of them.


-- 
Chris 'Xenon' Hanson, omo sanza lettere                  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
"There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to