problems with building the plsm2

unclepauly

31-07-2006 23:09:44

hello,

i have just downloaded the latest ogreaddons from the ogre cvs. so one of the many directories i end up with is paginglandscape.

i understand that in order to build this properly i need the paginglandscape directory in the same directory as the OgreSDK directory, so i have done this (both are in C:\)

i have fired up my VS.NET 7.1 and opened up the plsm2.sln file (which loads 4 projects). when i build the solution, i get the following errors:

c:\paginglandscape\Samples\MapEditor\include\LibnoiseGenerator.h(2): fatal error C1083: Cannot open include file: 'noise.h': No such file or directory

c:\paginglandscape\Samples\MapEditor\src\noiseutils.cpp(26): fatal error C1083: Cannot open include file: 'interp.h': No such file or directory

c:\paginglandscape\Samples\MapEditor\src\MapEditorListener.cpp(243): error C3861: 'SDL_SOLID': identifier not found, even with argument-dependent lookup

c:\paginglandscape\Samples\MapEditor\src\MapEditorListener.cpp(239): error C2065: 'SDL_WIREFRAME' : undeclared identifier

c:\paginglandscape\Samples\MapEditor\src\MapEditorListener.cpp(243): error C2039: 'setDetailLevel' : is not a member of 'Ogre::Camera'
c:\OgreSDK\include\OgreCamera.h(76) : see declaration of 'Ogre::Camera'

c:\paginglandscape\Samples\MapEditor\src\MapEditorListener.cpp(237): error C2039: 'getDetailLevel' : is not a member of 'Ogre::Camera'


i have searched for the files noise.h and interp.h on my machine - both are not present. anyone know what these files are? are they part of some sdk that i am missing? same goes for all the SDL_* constants.

tuan kuranes

01-08-2006 15:57:11

remove mapeditor from the vc7 solution, it's no longer maintained.
It is outperformed by Falagard map editor in GOOF, and you should use this one instead.