i can give you more info abou errors:
[root@localhost CS]# jam plugins
...patience...
...patience...
...patience...
...found 3170 target(s)...
...updating 4 target(s)...
C++ ./out/linuxx86/debug/plugins/cscript/cspython/cs_pyth.o
In file included from ./include/csgfx.h:39,
from ./include/crystalspace.h:22,
from ./out/linuxx86/debug/plugins/cscript/cspython/cs_pyth.cpp:1169:
./include/csgfx/vertexlight.h: In constructor `csPointLightProc
::csPointLightProc(iLight*, iMovable*, float)\':
./include/csgfx/vertexlight.h:121: error: invalid use of undefined type `struct iMovable\'
./include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
./include/csgfx/vertexlight.h: In constructor `csDirectionalLightProc::csDirectionalLightProc(iLight*, iMovable*, float)\':
./include/csgfx/vertexlight.h:162: error: invalid use of undefined type `struct iMovable\'
./include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
./include/csgfx/vertexlight.h: In constructor `csSpotLightProc::csSpotLightProc(iLight*, iMovable*, float)\':
./include/csgfx/vertexlight.h:208: error: invalid use of undefined type `struct iMovable\'
./include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
./include/csgfx/vertexlight.h: In member function `csColor csSpotLightProc::ProcessVertex(const csVector3&, const csVector3&) const\':
./include/csgfx/vertexlight.h:232: error: `distance\' undeclared (first use this function)
./include/csgfx/vertexlight.h:232: error: (Each undeclared identifier is reported only once for each function it appears in.)
g++ -c -o ./out/linuxx86/debug/plugins/cscript/cspython/cs_pyth.o -I. -I./include -I./include -Wall -Wno-unknown-pragmas -pipe -march=i586 -I/usr/local/include -fno-exceptions -g3 -DCS_DEBUG -fPIC -I/usr/include/python2.3 -DSWIG_GLOBAL -Wno-unused -Wno-uninitialized ./out/linuxx86/debug/plugins/cscript/cspython/cs_pyth.cpp
...failed C++ ./out/linuxx86/debug/plugins/cscript/cspython/cs_pyth.o ...
...skipped libcspycommon.a for lack of libcspycommon.a(cs_pyth.o)...
...skipped cspython.so for lack of libcspycommon.a...
...skipped _cspace.so for lack of libcspycommon.a...
...failed updating 1 target(s)...
...skipped 3 target(s)...
and
it is cel jaming:
C++ ./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.o
In file included from /home/internet/work/vyvoj/CS/include/csgfx.h:39,
from /home/internet/work/vyvoj/CS/include/crystalspace.h:22,
from ./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp:1202:
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h: In constructor `csPointLightProc::csPointLightProc(iLight*, iMovable*, float)\':
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h:121: error: invalid use of undefined type `struct iMovable\'
/home/internet/work/vyvoj/CS/include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h: In constructor `csDirectionalLightProc::csDirectionalLightProc(iLight*, iMovable*, float)\':
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h:162: error: invalid use of undefined type `struct iMovable\'
/home/internet/work/vyvoj/CS/include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h: In constructor `csSpotLightProc::csSpotLightProc(iLight*, iMovable*, float)\':
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h:208: error: invalid use of undefined type `struct iMovable\'
/home/internet/work/vyvoj/CS/include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h: In member function `csColor csSpotLightProc::ProcessVertex(const csVector3&, const csVector3&) const\':
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h:232: error: `distance\' undeclared (first use this function)
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h:232: error: (Each undeclared identifier is reported only once for each function it appears in.)
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp: In function `PyObject* _wrap_iClipper2D_Clip__SWIG_0(PyObject*, PyObject*)\':
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp:40454: warning: unused variable \'ptr3\'
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp: In function `PyObject* _wrap_iClipper2D_Clip__SWIG_1(PyObject*, PyObject*)\':
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp:40520: warning: unused variable \'ptr3\'
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp: In function `PyObject* _wrap_iClipper2D_Clip__SWIG_2(PyObject*, PyObject*)\':
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp:40591: warning: unused variable \'ptr3\'
g++ -c -o ./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.o -I. -I./include -I. -Wall -g3 -DCS_DEBUG -fPIC -I/usr/include/python2.3 -I/home/internet/work/vyvoj/CS/include -DSWIG_GLOBAL ./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp
...failed C++ ./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.o ...
C++ ./out/linuxx86/debug/plugins/behaviourlayer/python/blpython.o
In file included from /usr/include/python2.3/Python.h:8,
from ./plugins/behaviourlayer/python/blpython.h:29,
from plugins/behaviourlayer/python/blpython.cpp:21:
/usr/include/python2.3/pyconfig.h:850:1: warning: \"_POSIX_C_SOURCE\" redefined
In file included from /usr/include/stdint.h:26,
from /home/internet/work/vyvoj/CS/include/cstypes.h:37,
from /home/internet/work/vyvoj/CS/include/csdef.h:27,
from /home/internet/work/vyvoj/CS/include/cssysdef.h:24,
from plugins/behaviourlayer/python/blpython.cpp:19:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
C++ ./out/linuxx86/debug/plugins/behaviourlayer/python/pytocel.o
In file included from /usr/include/python2.3/Python.h:8,
from ./plugins/behaviourlayer/python/blpython.h:29,
from plugins/behaviourlayer/python/pytocel.cpp:21:
/usr/include/python2.3/pyconfig.h:850:1: warning: \"_POSIX_C_SOURCE\" redefined
In file included from /usr/include/stdint.h:26,
from /home/internet/work/vyvoj/CS/include/cstypes.h:37,
from /home/internet/work/vyvoj/CS/include/csdef.h:27,
from /home/internet/work/vyvoj/CS/include/cssysdef.h:24,
from plugins/behaviourlayer/python/pytocel.cpp:19:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
...skipped blpython.so for lack of blcel.o...
and some other reports from jaming planeshift:
C++ ./out/linuxx86/debug/src/updater/md5.o
C++ ./out/linuxx86/debug/src/updater/registrycreator.o
...skipped updater for lack of libpsutil.a...
C++ ./out/linuxx86/debug/src/paws_generic/eedit.o
C++ ./out/linuxx86/debug/src/paws_generic/pawsgeneric.o
...skipped paws_generic for lack of libpsutil.a...
C++ ./out/linuxx86/debug/src/eedit/pawseedit.o
i don\'t know what to do