I am trying to install Madagascar. The installation process terminates after I type make
and I get the following error message
/Users/Geohadab/anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1020:11: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
(*(PyObject * (*)(PyTypeObject *, int, npy_intp *, int, npy_intp *, void *, int, int, PyObject *)) \
^
/Users/Geohadab/anaconda/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:138:9: note: in expansion of macro 'PyArray_New'
PyArray_New(&PyArray_Type, nd, dims, typenum, NULL, \
^
build/api/python/m8r_wrap.c:4124:10: note: in expansion of macro 'PyArray_SimpleNewFromData'
array = PyArray_SimpleNewFromData(nd,dims,type,data);
^
scons: *** [build/api/python/m8r_wrap.os] Error 1
scons: building terminated because of errors.
make: *** [all] Error 2
Could you please help me fixing this error