went i try compile CEL I get the following error
mec@mec-desktop:~/development/cel$ jam
...found 741 target(s)...
...updating 3 target(s)...
C++ ./out/linuxx86/debug/plugins/propclass/mesh/meshfact.o
plugins/propclass/mesh/meshfact.cpp:100: error: ?csStringID celPcMesh::id_rotation? is not a static member of ?class celPcMesh?
plugins/propclass/mesh/meshfact.cpp: In constructor ?celPcMesh::celPcMesh(iObjectRegistry*)?:
plugins/propclass/mesh/meshfact.cpp:136: error: ?id_rotation? was not declared in this scope
plugins/propclass/mesh/meshfact.cpp: In member function ?virtual bool celPcMesh::PerformAction(csStringID, iCelParameterBlock*, celData&)?:
plugins/propclass/mesh/meshfact.cpp:392: error: ?id_rotation? was not declared in this scope
g++ -c -o ./out/linuxx86/debug/plugins/propclass/mesh/meshfact.o -I. -I./include -I. -pipe -Wall -fvisibility=hidden -DPACKAGE_NAME=CEL -Wall -g3 -g3 -DCS_DEBUG -fPIC -I/home/mec/development/CS/include plugins/propclass/mesh/meshfact.cpp
...failed C++ ./out/linuxx86/debug/plugins/propclass/mesh/meshfact.o ...
...skipped pfmesh.so for lack of <plugins!propclass!mesh!>meshfact.o...
CelConfigGen cel-config
...failed updating 1 target(s)...
...skipped 1 target(s)...
...updated 1 target(s)...
New to this and not sure what version I got or how to check what ver it is but this is how i DL it
# Get CEL:
svn co
https://svn.sourceforge.net/svnroot/cel/cel/trunk cel
to download it and everything else seem to compile fire, on a ubuntu 6.06 dist running Kernal 2.6.15-26-386,
Also CS is installed and walk test is working with only one error
( could not load plugin 'crystalspace.graphics3d.shader.glcg' )
Any help welcome
regards