Hi all, I cannot install numpy from recent svn creating build/temp.linux-x86_64-2.5 creating build/temp.linux-x86_64-2.5/numpy creating build/temp.linux-x86_64-2.5/numpy/core creating build/temp.linux-x86_64-2.5/numpy/core/src compile options: '-Ibuild/src.linux-x86_64-2.5/numpy/core/src -Inumpy/core/include -Ibuild/src.linux-x86_64-2.5/numpy/core -Inumpy/core/src -Inumpy/core/include -I/usr/include/python2.5 -c' gcc: numpy/core/src/multiarraymodule.c In file included from numpy/core/src/arrayobject.c:509, from numpy/core/src/multiarraymodule.c:97: numpy/core/src/scalartypes.inc.src: In function gentype_reduce: numpy/core/src/scalartypes.inc.src:1312: error: label at end of compound statement In file included from numpy/core/src/arrayobject.c:509, from numpy/core/src/multiarraymodule.c:97: numpy/core/src/scalartypes.inc.src: In function gentype_reduce: numpy/core/src/scalartypes.inc.src:1312: error: label at end of compound statement error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -fPIC -Ibuild/src.linux-x86_64-2.5/numpy/core/src -Inumpy/core/include -Ibuild/src.linux-x86_64-2.5/numpy/core -Inumpy/core/src -Inumpy/core/include -I/usr/include/python2.5 -c numpy/core/src/multiarraymodule.c -o build/temp.linux-x86_64-2.5/numpy/core/src/multiarraymodule.o" failed with exit status 1 Nils