Joerg Fischer - 2005-04-22

The python behaviour plugin of CEL fails to compile.
Maybe there were chages not reflected in "blcel.i"?
(Maybe my GCC 3.4.2 is too strict)?
Errors:
C++ ./out/msysx86/optimize/plugins/behaviourlayer/python/blpython.o
plugins/behaviourlayer/python/blpython.cpp: In member function `virtual iCelBehaviour* celBlPython::CreateBehaviour(iCelEntity*, const char*)':
plugins/behaviourlayer/python/blpython.cpp:141: error: invalid conversion from `const char*' to `char*'
plugins/behaviourlayer/python/blpython.cpp:141: error:   initializing argument 1 of `PyObject* PyImport_ImportModule(char*)'

    g++ -c -o ./out/msysx86/optimize/plugins/behaviourlayer/python/blpython.o -I. -I./include -I. -DMSYS -Wall -O3 -pipe -Ic:/Programme/Python24/include -I/C/MingW32/CrystalSpace/CS/include -DSWIG_GLOBAL  plugins/behaviourlayer/python/blpython.cpp