|
From: <se...@ma...> - 2006-07-28 01:53:56
|
Hello, I am trying to install matplotlib-0.87.3 on a Fedora Core 4 box The system has python-2.4 installed All of the necessary addons- scipy, numarray, Numeric, gtk, etc have been added. I am including the output of running $ python setup.py install Any help is appreciated. -Thanks, -sen1 Output of above script: /usr/lib/python2.4/site-packages/numpy/lib/utils.py:92: DeprecationWarning: get_ numpy_include is deprecated, use get_include DeprecationWarning) running install running build running build_py running build_ext building 'matplotlib._ns_cntr' extension C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wp,-D_FORTI FY_SOURCE=3D2 -fexceptions -m32 -march=3Di386 -mtune=3Dpentium4 -fasynchronous-unwind- tables -D_GNU_SOURCE -fPIC -fPIC compile options: '-I/usr/lib/python2.4/site-packages/numpy/core/include -I/usr/l ocal/include -I/usr/include -I. -I/usr/include/python2.4 -c' extra options: '-DSCIPY=3D1' gcc: src/_ns_cntr.c src/_ns_cntr.c: In function =E2=80=98Cntr_init=E2=80=99: src/_ns_cntr.c:1582: error: =E2=80=98PyArray_SBYTE=E2=80=99 undeclared (f= irst use in this functi on) src/_ns_cntr.c:1582: error: (Each undeclared identifier is reported only once src/_ns_cntr.c:1582: error: for each function it appears in.) src/_ns_cntr.c: In function =E2=80=98Cntr_init=E2=80=99: src/_ns_cntr.c:1582: error: =E2=80=98PyArray_SBYTE=E2=80=99 undeclared (f= irst use in this functi on) src/_ns_cntr.c:1582: error: (Each undeclared identifier is reported only once src/_ns_cntr.c:1582: error: for each function it appears in.) error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wp,-D_F ORTIFY_SOURCE=3D2 -fexceptions -m32 -march=3Di386 -mtune=3Dpentium4 -fasynchronous-unw ind-tables -D_GNU_SOURCE -fPIC -fPIC -I/usr/lib/python2.4/site-packages/numpy/co re/include -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.4 -c s rc/_ns_cntr.c -o build/temp.linux-i686-2.4/src/_ns_cntr.o -DSCIPY=3D1" failed with exit status 1 |