cyc
16-12-2005 03:15:27
Hi,
Ogre 1.0.6 SDK works fine but I get some error messages when I try to compile the plsm sdk version.
Any idea what went wrong?
Ogre 1.0.6 SDK works fine but I get some error messages when I try to compile the plsm sdk version.
Any idea what went wrong?
OgrePagingLandScapeOcclusionSWTraversal.cpp
E:\Programme\Microsoft Visual Studio 8\VC\include\xutility(323) : error C2664: 'bool Ogre::FrontToBackNodeSorterOperator::operator ()(const Ogre::OcclusionElement *&,const Ogre::OcclusionElement *&) const' : cannot convert parameter 1 from 'Ogre::OcclusionElement *' to 'const Ogre::OcclusionElement *&'
Conversion loses qualifiers
E:\Programme\Microsoft Visual Studio 8\VC\include\algorithm(1676) : see reference to function template instantiation 'bool std::_Debug_lt_pred<_Pr,Ogre::OcclusionElement*,Ogre::OcclusionElement*>(_Pr,_Ty1 &,_Ty2 &,const wchar_t *,unsigned int)' being compiled
with
[
_Pr=Ogre::FrontToBackNodeSorterOperator,
_Ty1=Ogre::OcclusionElement *,
_Ty2=Ogre::OcclusionElement *
]