[rsf-devel] Installation on Mac os x

5 views
Skip to first unread message

Abdullah Al-hadab

unread,
Sep 23, 2016, 11:37:56 AM9/23/16
to rsf-...@lists.sourceforge.net
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


Sergey Fomel

unread,
Sep 28, 2016, 7:28:57 PM9/28/16
to Abdullah Al-hadab, rsf-...@lists.sourceforge.net
Abdullah,

Can you show more of the error messages? The last ones are warning messages, they are normal, but there must be an error message before that. 

You can run 

make >& error.log

to capture all messages.

SF
Reply all
Reply to author
Forward
0 new messages