Thu, 05 Nov 2009 18:53:53 +0100, Nils Wagner wrote: > I cannot build scipy from svn. [clip] > scipy/special/cephes/scipy_iv.c:76: error: expected ")" > before "__extension__" [clip] It's because the current npy_math.h includes <complex.h> which defines "I" as the imaginary unit. Fixing... -- Pauli Virtanen