when i try to compile the python module i get this
Code:
$ jam pythmod
...patience...
...found 1249 target(s)...
...updating 3 target(s)...
C++ ./out/msysx86/debug/plugins/cscript/cspython/cs_pyth.o
plugins/cscript/cspython/cs_pyth.cpp: In function `int SWIG_Python_ConvertFunctionPtr(PyObject*, void**, swig_type_info*)':
plugins/cscript/cspython/cs_pyth.cpp:2071: error: invalid conversion from `const char*' to `char*'
plugins/cscript/cspython/cs_pyth.cpp: In function `void SWIG_Python_FixMethods(PyMethodDef*, swig_const_info*, swig_type_info**, swig_type_info**)':
plugins/cscript/cspython/cs_pyth.cpp:222803: error: invalid conversion from `const char*' to `char*'
{standard input}: Assembler messages:
{standard input}:9417: Warning: .stabs: description field '11a21' too big, try a different debug format
{standard input}:9418: Warning: .stabs: description field '11a95' too big, try a different debug format
{standard input}:9419: Warning: .stabs: description field '15c7e' too big, try a different debug format
{standard input}:9420: Warning: .stabs: description field '1ac4b' too big, try a different debug format
{standard input}:70477: Warning: .stabs: description field '36589' too big, try a different debug format
{standard input}:70478: Warning: .stabs: description field '3658e' too big, try a different debug format
g++ -c -o ./out/msysx86/debug/plugins/cscript/cspython/cs_pyth.o -I. -I./include -I./include -DMSYS -pipe -I/C/CrystalSpaceLibs/mingw/include -I/C/CrystalSpaceLibs/common/include -I/C/CrystalSpaceLibs/mingw/include -I/C/CrystalSpaceLibs/common/include -Wall -Wno-unknown-pragmas -march=i586 -I/C/CrystalSpaceLibs/mingw/include -I/C/CrystalSpaceLibs/common/include -fno-exceptions -g3 -DCS_DEBUG -pipe -Ic:/Python25/include -DSWIG_GLOBAL -Wno-unused -Wno-uninitialized -fno-strict-aliasing -fno-inline-functions plugins/cscript/cspython/cs_pyth.cpp
...failed C++ ./out/msysx86/debug/plugins/cscript/cspython/cs_pyth.o ...
...skipped libcrystalspace_python.a for lack of libcrystalspace_python.a(cs_pyth.o)...
...skipped _cspace.pyd for lack of libcrystalspace_python.a...
...failed updating 1 target(s)...
...skipped 2 target(s)...
i;m not exactly sure what this means, but i don't think its good =P...patience...
...found 1249 target(s)...
...updating 3 target(s)...
C++ ./out/msysx86/debug/plugins/cscript/cspython/cs_pyth.o
plugins/cscript/cspython/cs_pyth.cpp: In function `int SWIG_Python_ConvertFunctionPtr(PyObject*, void**, swig_type_info*)':
plugins/cscript/cspython/cs_pyth.cpp:2071: error: invalid conversion from `const char*' to `char*'
plugins/cscript/cspython/cs_pyth.cpp: In function `void SWIG_Python_FixMethods(PyMethodDef*, swig_const_info*, swig_type_info**, swig_type_info**)':
plugins/cscript/cspython/cs_pyth.cpp:222803: error: invalid conversion from `const char*' to `char*'
{standard input}: Assembler messages:
{standard input}:9417: Warning: .stabs: description field '11a21' too big, try a different debug format
{standard input}:9418: Warning: .stabs: description field '11a95' too big, try a different debug format
{standard input}:9419: Warning: .stabs: description field '15c7e' too big, try a different debug format
{standard input}:9420: Warning: .stabs: description field '1ac4b' too big, try a different debug format
{standard input}:70477: Warning: .stabs: description field '36589' too big, try a different debug format
{standard input}:70478: Warning: .stabs: description field '3658e' too big, try a different debug format
g++ -c -o ./out/msysx86/debug/plugins/cscript/cspython/cs_pyth.o -I. -I./include -I./include -DMSYS -pipe -I/C/CrystalSpaceLibs/mingw/include -I/C/CrystalSpaceLibs/common/include -I/C/CrystalSpaceLibs/mingw/include -I/C/CrystalSpaceLibs/common/include -Wall -Wno-unknown-pragmas -march=i586 -I/C/CrystalSpaceLibs/mingw/include -I/C/CrystalSpaceLibs/common/include -fno-exceptions -g3 -DCS_DEBUG -pipe -Ic:/Python25/include -DSWIG_GLOBAL -Wno-unused -Wno-uninitialized -fno-strict-aliasing -fno-inline-functions plugins/cscript/cspython/cs_pyth.cpp
...failed C++ ./out/msysx86/debug/plugins/cscript/cspython/cs_pyth.o ...
...skipped libcrystalspace_python.a for lack of libcrystalspace_python.a(cs_pyth.o)...
...skipped _cspace.pyd for lack of libcrystalspace_python.a...
...failed updating 1 target(s)...
...skipped 2 target(s)...





