Problem compiling CVS

cgmonk

28-02-2006 18:41:29

I recently grabbed the ogreaddons and the ogrenew from CVS and am trying to compile so I can evaluate PLSM2.

When I try to compile I get the following error:

error C2504: 'SceneManagerFactory' : base class undefined.

I searched through ogrenew and plsm2 and I cannot find this class.

Am I missing something in order to compile this?

I also get an error basically saying PolygonMode is not found either.

tuan kuranes

28-02-2006 18:49:38

Read the wiki: http://www.ogre3d.org/wiki/index.php/Pa ... ne_Manager

CVS PLSM2 needs CVS HEAD ogre aka Dagon. otherwise download plsm2 SDK

cgmonk

28-02-2006 20:57:46

I am sorry to ask this because it will show how little I know about CVS, but how do I get the HEAD version?


I thought if I was getting ogrenew from CVS I was getting the latest version bugs and all?

In fact I did this to get it:

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/ogre co -P ogrenew

Isn't that the correct way?

jacmoe

28-02-2006 22:01:57

Yes, it is. :)

cgmonk

01-03-2006 15:41:02

I got it.


I deleted the ogrenew directory and did a completely new checkout. I was doing an update and I guess it wasn't working right.

thanks for the help.