[SOLVED] Trouble compiling newest CVS on Linux

thegreatape

01-12-2005 22:16:55

I just grabbed the latest CVS to try out, but got the following errors when I try to build it:
OgrePagingLandScapeOctreeCamera.cpp: In member function `void
Ogre::PagingLandScapeOctreeCamera::changeOcclusionMode(Ogre::culling_modes)
':
OgrePagingLandScapeOctreeCamera.cpp:95: error: `getDestinationRenderSystem'
undeclared (first use this function)
OgrePagingLandScapeOctreeCamera.cpp:95: error: (Each undeclared identifier is
reported only once for each function it appears in.)

I'm compiling this against Ogre 1.0.5 on Gentoo Linux. Any ideas what's wrong?

thegreatape

01-12-2005 23:58:24

Oh, duh- I need to be using the SDK if I'm not using OGRE HEAD. Narf.