Zvejk
27-06-2006 07:08:54
Hello.
Last night i downloaded latest PLSM2 CVS. Compilling and running PLSM library, demo and MapSplitter is working fine. But when i try to compile newly added MapEditor, im getting this kind of errors:
I think its because you are still working on it, just wanted to report that.
Last night i downloaded latest PLSM2 CVS. Compilling and running PLSM library, demo and MapSplitter is working fine. But when i try to compile newly added MapEditor, im getting this kind of errors:
c:\ogrenew\samples\mapeditor\include\libnoisegenerator.h(2) : fatal error C1083: Cannot open include file: 'noise.h': No such file or directory
MapEditorListener.cpp
c:\ogrenew\samples\mapeditor\src\mapeditorlistener.cpp(237) : error C2039: 'getDetailLevel' : is not a member of 'Ogre::Camera'
c:\ogrenew\ogremain\include\ogrecamera.h(76) : see declaration of 'Ogre::Camera'
c:\ogrenew\samples\mapeditor\src\mapeditorlistener.cpp(237) : error C2065: 'SDL_SOLID' : undeclared identifier
c:\ogrenew\samples\mapeditor\src\mapeditorlistener.cpp(239) : error C2039: 'setDetailLevel' : is not a member of 'Ogre::Camera'
c:\ogrenew\ogremain\include\ogrecamera.h(76) : see declaration of 'Ogre::Camera'
c:\ogrenew\samples\mapeditor\src\mapeditorlistener.cpp(239) : error C2065: 'SDL_WIREFRAME' : undeclared identifier
c:\ogrenew\samples\mapeditor\src\mapeditorlistener.cpp(243) : error C2039: 'setDetailLevel' : is not a member of 'Ogre::Camera'
c:\ogrenew\ogremain\include\ogrecamera.h(76) : see declaration of 'Ogre::Camera'
I think its because you are still working on it, just wanted to report that.