ricardo_arango
28-01-2006 19:29:33
I downloaded the CVS (January 28,2006) version of both Ogre, and the Addons, copied \PlugIns, \Samples and \Tools from ogreaddons\paginglandscape to \ogrenew, and plsm2_vc8.sln.
Tried to compile, and got the following errors:
OgrePagingLandScapeTextureManager.cpp
..\src\OgrePagingLandScapeTextureManager.cpp(309) : error C2027: use of undefined type 'Ogre::MaterialManager'
c:\ogre\ogrenew\ogremain\include\OgrePrerequisites.h(256) : see declaration of 'Ogre::MaterialManager'
..\src\OgrePagingLandScapeTextureManager.cpp(309) : error C2039: 'getByName' : is not a member of 'Ogre::PagingLandScapeTextureManager'
c:\OGRE\ogrenew\PlugIns\PagingLandScape2\include\OgrePagingLandScapeTextureManager.h(27) : see declaration of 'Ogre::PagingLandScapeTextureManager'
..\src\OgrePagingLandScapeTextureManager.cpp(312) : error C2027: use of undefined type 'Ogre::MaterialManager'
c:\ogre\ogrenew\ogremain\include\OgrePrerequisites.h(256) : see declaration of 'Ogre::MaterialManager'
..\src\OgrePagingLandScapeTextureManager.cpp(313) : error C2039: 'getByName' : is not a member of 'Ogre::PagingLandScapeTextureManager'
c:\OGRE\ogrenew\PlugIns\PagingLandScape2\include\OgrePagingLandScapeTextureManager.h(27) : see declaration of 'Ogre::PagingLandScapeTextureManager'
I fixed those errors with this -> #include "OgreMaterialManager.h"
But then I also get this one
OgrePagingLandScapeOctreeSceneManager.cpp
..\src\OgrePagingLandScapeOctreeSceneManager.cpp(991) : error C3861: 'setPass': identifier not found
And No idea what to do about that one..
Please Help...
Tried to compile, and got the following errors:
OgrePagingLandScapeTextureManager.cpp
..\src\OgrePagingLandScapeTextureManager.cpp(309) : error C2027: use of undefined type 'Ogre::MaterialManager'
c:\ogre\ogrenew\ogremain\include\OgrePrerequisites.h(256) : see declaration of 'Ogre::MaterialManager'
..\src\OgrePagingLandScapeTextureManager.cpp(309) : error C2039: 'getByName' : is not a member of 'Ogre::PagingLandScapeTextureManager'
c:\OGRE\ogrenew\PlugIns\PagingLandScape2\include\OgrePagingLandScapeTextureManager.h(27) : see declaration of 'Ogre::PagingLandScapeTextureManager'
..\src\OgrePagingLandScapeTextureManager.cpp(312) : error C2027: use of undefined type 'Ogre::MaterialManager'
c:\ogre\ogrenew\ogremain\include\OgrePrerequisites.h(256) : see declaration of 'Ogre::MaterialManager'
..\src\OgrePagingLandScapeTextureManager.cpp(313) : error C2039: 'getByName' : is not a member of 'Ogre::PagingLandScapeTextureManager'
c:\OGRE\ogrenew\PlugIns\PagingLandScape2\include\OgrePagingLandScapeTextureManager.h(27) : see declaration of 'Ogre::PagingLandScapeTextureManager'
I fixed those errors with this -> #include "OgreMaterialManager.h"
But then I also get this one
OgrePagingLandScapeOctreeSceneManager.cpp
..\src\OgrePagingLandScapeOctreeSceneManager.cpp(991) : error C3861: 'setPass': identifier not found
And No idea what to do about that one..
Please Help...