PLSM2 linker error: OgrePagingLandscapeListener.obj

Nocs

06-02-2006 15:01:04

I am using VC7.1, Ogre CVS and ogreaddons/PLSM2 CVS.
I have followed all the steps indicated in the wiki (PLSM2 section) for VC7.1 installation but after compiling some files the linker gives me the following error:

Code:

LINK : fatal error LNK1181: cannot open input file '\cvs\Ogre\ogrenew\PlugIns\PagingLandScape2\obj\Debug\OgrePagingLandscapeListener.obj'

Plugin_PagingLandScapeSceneManager2 - 1 error(s), 0 warning(s)


Any idea how to solve this?

Thanks.

tuan kuranes

06-02-2006 16:30:47

Can you compile manually OgrePagingLandscapeListener.cpp ?

Nocs

06-02-2006 22:26:55

The file OgrePagingLandscapeListener.cpp is missing in PLSM2/CVS

OvermindDL1

07-02-2006 01:17:09

Wasn't missing when I updated from cvs a week ago, and I *just* updated and it still builds cleanly. Try to do a clean update from the cvs and build again.

Nocs

07-02-2006 12:10:06

I will try......