Hi Robert,

I checked out a fresh 2.8 source tree (rev 9648) and it built fine on
vs 2005 xp! But I still see a few warnings and they are attached.

cheers
Mattias

On 2/4/09, Robert Osfield <robert.osfi...@gmail.com> wrote:
> Hi All,
>
> I have now made the OpenSceneGraph-2.8 branch, the svn entry for it is:
>
>
> http://www.openscenegraph.org/svn/osg/OpenSceneGraph/branches/OpenSceneGraph-2.8/
>
> If those don't CDash builds (as well as everyone else) move across to
> using this branch as the base for testing the OSG-2.8 release series.
> I'll also soon be making an OSG-2.8.0-rc1, but first I'll do a fresh
> build on the 2.8 branch and see how I get on.  It'd be useful to have
> feedback from others as well on how the OSG-2.8 is fairing.
>
> Robert.
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_nod<_Ty,_Alloc>::_Node' : default constructor could not be generated
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc,
15>            
_Alloc=std::allocator<triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc>
15>        ]
15>        C:\Program Files\Microsoft Visual Studio 8\VC\include\list(38) : see 
declaration of 'std::_List_nod<_Ty,_Alloc>::_Node'
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc,
15>            
_Alloc=std::allocator<triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc>
15>        ]
15>        C:\Program Files\Microsoft Visual Studio 8\VC\include\list(111) : 
see reference to class template instantiation 
'std::_List_nod<_Ty,_Alloc>::_Node' being compiled
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc,
15>            
_Alloc=std::allocator<triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc>
15>        ]
15>        C:\Program Files\Microsoft Visual Studio 8\VC\include\list(110) : 
while compiling class template member function 
'std::_List_nod<_Ty,_Alloc>::_Node 
*&std::list<_Ty>::_Nextnode(std::_List_nod<_Ty,_Alloc>::_Node *)'
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc,
15>            
_Alloc=std::allocator<triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc>
15>        ]
15>        c:\public\openscenegraph-2.8\src\osgutil\TriStrip_graph_array.h(109) 
: see reference to class template instantiation 'std::list<_Ty>' being compiled
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc
15>        ]
15>        
c:\public\openscenegraph-2.8\src\osgutil\TriStrip_tri_stripper.h(257) : see 
reference to class template instantiation 
'triangle_stripper::common_structures::graph_array<nodetype,arctype>' being 
compiled
15>        with
15>        [
15>            nodetype=triangle_stripper::triangle,
15>            arctype=char
15>        ]
15>C:\Program Files\Microsoft Visual Studio 8\VC\include\list(42) : warning 
C4610: struct 'std::_List_nod<_Ty,_Alloc>::_Node' can never be instantiated - 
user defined constructor required
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc,
15>            
_Alloc=std::allocator<triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc>
15>        ]
16>Registry.cpp
15>TriStrip_tri_stripper.cpp
15>C:\Program Files\Microsoft Visual Studio 8\VC\include\list(42) : warning 
C4510: 'std::_List_nod<_Ty,_Alloc>::_Node' : default constructor could not be 
generated
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc,
15>            
_Alloc=std::allocator<triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc>
15>        ]
15>        C:\Program Files\Microsoft Visual Studio 8\VC\include\list(38) : see 
declaration of 'std::_List_nod<_Ty,_Alloc>::_Node'
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc,
15>            
_Alloc=std::allocator<triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc>
15>        ]
15>        C:\Program Files\Microsoft Visual Studio 8\VC\include\list(111) : 
see reference to class template instantiation 
'std::_List_nod<_Ty,_Alloc>::_Node' being compiled
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc,
15>            
_Alloc=std::allocator<triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc>
15>        ]
15>        C:\Program Files\Microsoft Visual Studio 8\VC\include\list(110) : 
while compiling class template member function 
'std::_List_nod<_Ty,_Alloc>::_Node 
*&std::list<_Ty>::_Nextnode(std::_List_nod<_Ty,_Alloc>::_Node *)'
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc,
15>            
_Alloc=std::allocator<triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc>
15>        ]
15>        c:\public\openscenegraph-2.8\src\osgutil\TriStrip_graph_array.h(109) 
: see reference to class template instantiation 'std::list<_Ty>' being compiled
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc
15>        ]
15>        
c:\public\openscenegraph-2.8\src\osgutil\TriStrip_tri_stripper.h(257) : see 
reference to class template instantiation 
'triangle_stripper::common_structures::graph_array<nodetype,arctype>' being 
compiled
15>        with
15>        [
15>            nodetype=triangle_stripper::triangle,
15>            arctype=char
15>        ]
15>C:\Program Files\Microsoft Visual Studio 8\VC\include\list(42) : warning 
C4610: struct 'std::_List_nod<_Ty,_Alloc>::_Node' can never be instantiated - 
user defined constructor required
15>        with
15>        [
15>            
_Ty=triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc,
15>            
_Alloc=std::allocator<triangle_stripper::common_structures::graph_array<triangle_stripper::triangle,char>::arc>
15>        ]
...
121>C:\Program Files\Microsoft Visual Studio 8\VC\include\list(42) : warning 
C4510: 'std::_List_nod<_Ty,_Alloc>::_Node' : default constructor could not be 
generated
121>        with
121>        [
121>            _Ty=Xample,
121>            _Alloc=std::allocator<Xample>
121>        ]
121>        C:\Program Files\Microsoft Visual Studio 8\VC\include\list(38) : 
see declaration of 'std::_List_nod<_Ty,_Alloc>::_Node'
121>        with
121>        [
121>            _Ty=Xample,
121>            _Alloc=std::allocator<Xample>
121>        ]
121>        C:\Program Files\Microsoft Visual Studio 8\VC\include\list(111) : 
see reference to class template instantiation 
'std::_List_nod<_Ty,_Alloc>::_Node' being compiled
121>        with
121>        [
121>            _Ty=Xample,
121>            _Alloc=std::allocator<Xample>
121>        ]
121>        C:\Program Files\Microsoft Visual Studio 8\VC\include\list(110) : 
while compiling class template member function 
'std::_List_nod<_Ty,_Alloc>::_Node 
*&std::list<_Ty>::_Nextnode(std::_List_nod<_Ty,_Alloc>::_Node *)'
121>        with
121>        [
121>            _Ty=Xample,
121>            _Alloc=std::allocator<Xample>
121>        ]
121>        ..\..\..\examples\osglauncher\osglauncher.cpp(200) : see reference 
to class template instantiation 'std::list<_Ty>' being compiled
121>        with
121>        [
121>            _Ty=Xample
121>        ]
121>C:\Program Files\Microsoft Visual Studio 8\VC\include\list(42) : warning 
C4610: struct 'std::_List_nod<_Ty,_Alloc>::_Node' can never be instantiated - 
user defined constructor required
121>        with
121>        [
121>            _Ty=Xample,
121>            _Alloc=std::allocator<Xample>
121>        ]
...
147>ConfigLexer.cpp(876) : warning C4244: 'initializing' : conversion from 
'const int' to 'YY_CHAR', possible loss of data
147>ConfigLexer.cpp(886) : warning C4244: '=' : conversion from 'const int' to 
'YY_CHAR', possible loss of data
147>.././ConfigLexer.l(44) : warning C4244: '=' : conversion from 'int' to 
'char', possible loss of data
147>.././ConfigLexer.l(65) : warning C4244: '=' : conversion from 'int' to 
'char', possible loss of data
147>ConfigLexer.cpp(1722) : warning C4244: 'initializing' : conversion from 
'int' to 'YY_CHAR', possible loss of data
147>ConfigLexer.cpp(1732) : warning C4244: '=' : conversion from 'const int' to 
'YY_CHAR', possible loss of data
147>ConfigLexer.cpp(1762) : warning C4244: '=' : conversion from 'const int' to 
'YY_CHAR', possible loss of data
...
195>..\..\..\..\src\osgPlugins\osga\OSGA_Archive.cpp(727) : warning C4512: 
'OSGA_Archive::WriteObjectFunctor' : assignment operator could not be generated
195>        ..\..\..\..\src\osgPlugins\osga\OSGA_Archive.cpp(719) : see 
declaration of 'OSGA_Archive::WriteObjectFunctor'
195>..\..\..\..\src\osgPlugins\osga\OSGA_Archive.cpp(737) : warning C4512: 
'OSGA_Archive::WriteImageFunctor' : assignment operator could not be generated
195>        ..\..\..\..\src\osgPlugins\osga\OSGA_Archive.cpp(729) : see 
declaration of 'OSGA_Archive::WriteImageFunctor'
195>..\..\..\..\src\osgPlugins\osga\OSGA_Archive.cpp(747) : warning C4512: 
'OSGA_Archive::WriteHeightFieldFunctor' : assignment operator could not be 
generated
195>        ..\..\..\..\src\osgPlugins\osga\OSGA_Archive.cpp(739) : see 
declaration of 'OSGA_Archive::WriteHeightFieldFunctor'
195>..\..\..\..\src\osgPlugins\osga\OSGA_Archive.cpp(757) : warning C4512: 
'OSGA_Archive::WriteNodeFunctor' : assignment operator could not be generated
195>        ..\..\..\..\src\osgPlugins\osga\OSGA_Archive.cpp(749) : see 
declaration of 'OSGA_Archive::WriteNodeFunctor'
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to