Hi!
I just recently figured it would be nice to fiddle with Crystal Space, so I have began to set my environment.
I run a Fedora 10 box, so everything was in the repository, including the external libs.
I've set up a environment in Eclipse according to this post:
http://www.crystalspace3d.org/forum/index.php/topic,850.0.htmlThe simple1.cpp from the /apps/tutorials/ built and ran nicely. However when I tried to built
and run the tutorial from the doc:
http://www.crystalspace3d.org/docs/online/manual/Simple-Header-File.htmlI get en error:
‘iRenderManager’ was not declared in this scopetemplate argument 1 is invalidwhich reference to line:
csRef<iRenderManager> rm;
Can anybody tell what I might have done wrong?
Or suggest some kind of a solution so I can go on with the tutorials?
Thanks for help

EDIT:
After some more looking I found out what was wrong.
Apparently the Crystal Space version on Fedora's repo is 1.2, while the doc's is 1.9
Simple
