Skip to content

compilation error for pymoose #38

@subhacom

Description

@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*’
make1: * [moose_wrap.o] Error 1

Reported by: subhacom

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions