compilation error for pymoose
Created by: subhacom
When 'make pymoose' is run, the compilation fails with:
g++ -g -DDO_UNIT_TESTS -fPIC -c moose_wrap.cxx -o moose_wrap.o -I/usr/local/include/python2.5 -I.. moose_wrap.cxx: In function ‘int SWIG_Python_ConvertFunctionPtr(PyObject*, void**, swig_type_info*)’: moose_wrap.cxx:2052: error: invalid conversion from ‘const char*’ to ‘char*’ moose_wrap.cxx: In function ‘void SWIG_Python_FixMethods(PyMethodDef*, swig_const_info*, swig_type_info**, swig_type_info**)’: moose_wrap.cxx:64849: error: invalid conversion from ‘const char*’ to ‘char*’ make[1]: *** [moose_wrap.o] Error 1
Reported by: subhacom