Installing PLSM

Hildegaard

07-08-2006 19:27:44

Ok, im editing my old post so i don't create a new one.

I need help on how installing PLSM in the RIGHT folders for it to comile and for the demos to work, because thats not the case in my computer and i got way too frustrated with it. Now im trying to re-start the learning process, but i will need as much help as i can get.


first, i will list my folders.

C:\OgreSDK\ (ogre sdk folder)
C:\OgreSDK\OgreCVS\ (cvs folder)
C:\OgreSDK\OgreCVS\ogrenew\
C:\OgreSDK\OgreCVS\ogreaddons\
C:\OgreSDK\OgreCVS\ogreaddons\paginglandscape\

So, I open the Code::Blocks workspace that comes within the paginglandscape folder and when i try to compile de DEMO it gives me this...
:: === Demo_PagingLandScape2, Release ===
ld.exe:: cannot find -lstlportstlg.5.0
:: === Build finished: 1 errors, 0 warnings ===


When i try to compile the plugin_ it gives me this one...
:: === Plugin_PagingLandScapeSceneManager2, Release ===
ld.exe:: cannot find -lOgreMain
:: === Build finished: 1 errors, 0 warnings ===


And MapSplitter does compile, but when i try to run it from c:\ogresdk\bin\release it gives me this error...
Can't locate resource puget_1k.gen.cfg


For im no expert, i know im doing something wrong myself, but since the PLSM documentation in the wiki is not aimed for newbies like me, i see myself in the need of help here.


Thanks in advance

Hildegaard

09-08-2006 22:07:30

Ok, i rewrote my post so i didn't need to write a new one. Hope someone can help me this time.

PatrickB3

10-08-2006 00:45:39

Download the PLSM2 zip file. Unzip it somewhere and copy it the ogrenew folder. The project file should now be in ogrenew. It should then build.

tuan kuranes

21-08-2006 20:03:09

C:\OgreSDK\OgreCVS\
beware not to make some confusion between CVS and SDK.
Code::Blocks workspace
is for Ogre SDK (downloadable from OGRE site, be sure to download the codeblock precompilable SDK), not for the CVS version AFAIK