burak
19-01-2006 11:41:35
Hi all,
I've downloaded plsm2 from cvs at 19.01.2006 and i got the following compile errors. I've decided to post it here before diving in the code.
I have Directx 9.0c , MS Visual C++ 7.1 and Win XP
Thanks for any help.
I've downloaded plsm2 from cvs at 19.01.2006 and i got the following compile errors. I've decided to post it here before diving in the code.
I have Directx 9.0c , MS Visual C++ 7.1 and Win XP
Thanks for any help.
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOcclusionQuerySet.cpp(49): error C2039: 'destroyHardwareOcclusionQuery' : is not a member of 'Ogre::RenderSystem'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp(66): error C2039: 'MovableObjectFactoryIterator' : is not a member of 'Ogre::Root'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp(66): error C2065: 'MovableObjectFactoryIterator' : undeclared identifier
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp(66): error C2146: syntax error : missing ';' before identifier 'factIt'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp(66): error C2065: 'factIt' : undeclared identifier
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp(67): error C2039: 'getMovableObjectFactoryIterator' : is not a member of 'Ogre::Root'
..\..\..\..\..\OgreMain\include\OgreRoot.h(61) : see declaration of 'Ogre::Root'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp(68): error C2228: left of '.hasMoreElements' must have class/struct/union type
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp(68): error C3861: 'factIt': identifier not found, even with argument-dependent lookup
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp(68): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeSceneManager.cpp(424): error C2039: 'destroyCamera' : is not a member of 'Ogre::SceneManager'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeSceneManager.cpp(990): error C2039: 'setCurrentPassIterationCount' : is not a member of 'Ogre::RenderSystem'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeNode.cpp(163): error C2039: 'getDisplaySceneNodes' : is not a member of 'Ogre::SceneManager'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeCamera.cpp(95): error C2039: 'getDestinationRenderSystem' : is not a member of 'Ogre::SceneManager'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeCamera.cpp(95): error C2227: left of '->getCapabilities' must point to class/struct/union
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeOctreeCamera.cpp(95): error C2227: left of '->hasCapability' must point to class/struct/union
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeRenderableManager.cpp(239): error C2259: 'Ogre::PagingLandScapeRenderable' : cannot instantiate abstract class
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeRenderable.cpp(90): error C2039: 'WORLD_GEOMETRY_TYPE_MASK' : is not a member of 'Ogre::SceneManager'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeRenderable.cpp(90): error C2065: 'WORLD_GEOMETRY_TYPE_MASK' : undeclared identifier
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeRenderable.cpp(201): error C2065: 'mName' : undeclared identifier
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeRenderable.cpp(207): error C2065: 'mUpperDistance' : undeclared identifier
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeRenderable.cpp(482): error C3861: 'mName': identifier not found, even with argument-dependent lookup
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeRenderable.cpp(510): error C2065: 'mBeyondFarDistance' : undeclared identifier
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeRenderable.cpp(510): error C3861: 'mUpperDistance': identifier not found, even with argument-dependent lookup
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeRenderable.cpp(511): error C3861: 'mBeyondFarDistance': identifier not found, even with argument-dependent lookup
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeRenderable.cpp(1081): error C2039: 'WORLD_GEOMETRY_TYPE_MASK' : is not a member of 'Ogre::SceneManager'
c:\ogrenew\OgreMain\include\OgreSceneManager.h(77) : see declaration of 'Ogre::SceneManager'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeRenderable.cpp(1081): error C3861: 'WORLD_GEOMETRY_TYPE_MASK': identifier not found, even with argument-dependent lookup
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapePageRenderable.cpp(66): error C2664: 'Ogre::MovableObject::MovableObject(const Ogre::MovableObject &)' : cannot convert parameter 1 from 'const Ogre::String' to 'const Ogre::MovableObject &'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapePageRenderable.cpp(306): error C2039: 'WORLD_GEOMETRY_TYPE_MASK' : is not a member of 'Ogre::SceneManager'
c:\ogrenew\OgreMain\include\OgreSceneManager.h(77) : see declaration of 'Ogre::SceneManager'
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapePageRenderable.cpp(306): error C2065: 'WORLD_GEOMETRY_TYPE_MASK' : undeclared identifier
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapePage.cpp(153): error C2259: 'Ogre::PagingLandScapePageRenderable' : cannot instantiate abstract class
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeData2DManager.cpp(701): error C2660: 'Ogre::Math::pointInTri2D' : function does not take 4 arguments
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeData2DManager.cpp(713): error C2660: 'Ogre::Math::pointInTri2D' : function does not take 4 arguments
c:\ogrenew\ogreaddons\paginglandscape\PlugIns\PagingLandScape2\src\OgrePagingLandScapeData2DManager.cpp(713): fatal error C1903: unable to recover from previous error(s); stopping compilation