Hi,
I am trying to install numpy 1.9.0 on OS X Lion 10.7.5 and I get the 
same error as reported in this old thread:

    http://thread.gmane.org/gmane.comp.python.numeric.general/47711/

that is,

numpy/core/src/npymath/npy_math_private.h:78:3: error: conflicting types 
for 'ieee_double_shape_type'
 } ieee_double_shape_type;
   ^
numpy/core/src/npymath/npy_math_private.h:64:3: note: previous 
declaration of 'ieee_double_shape_type' was here
 } ieee_double_shape_type;
   ^
In file included from numpy/core/src/npymath/npy_math.c.src:56:0:
numpy/core/src/npymath/npy_math_private.h:78:3: error: conflicting types 
for 'ieee_double_shape_type'
 } ieee_double_shape_type;
   ^
numpy/core/src/npymath/npy_math_private.h:64:3: note: previous 
declaration of 'ieee_double_shape_type' was here
 } ieee_double_shape_type;
   ^

no matter whether I use the system's clang or gcc 4.9 (installed with 
Homebrew). Is there a workaround for this?

Nicola

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to