From: Jean-Luc M. <jea...@fr...> - 2004-05-24 13:15:03
|
Hello, > You need to install freetype and make sure this library is in your > basedirs path. I 've did it but infortunatly i have a new error message wich concern a library ,i mean. Thank you for your help, Jean-Luc here the message : building 'matplotlib._transforms' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -Isrc -I. -I/home2/menut/prg/python2.3/include/python2.3 -c src/_transforms.cpp -o build/temp.osf1-V5.1-alpha-2.3/src/_transforms.o In file included from /home2/menut/prg/python2.3/include/python2.3/Python.h:8, from CXX/Objects.hxx:9, from CXX/Extensions.hxx:18, from src/_transforms.h:10, from src/_transforms.cpp:3: /home2/menut/prg/python2.3/include/python2.3/pyconfig.h:840:1: warning: "_OSF_SOURCE" redefined In file included from /usr/include/locale.h:49, from /usr/local/include/c++/3.3.3/clocale:49, from /usr/local/include/c++/3.3.3/alphaev67-dec-osf5.1/bits/c++locale.h:41, from /usr/local/include/c++/3.3.3/iosfwd:46, from /usr/local/include/c++/3.3.3/ios:44, from /usr/local/include/c++/3.3.3/ostream:45, from /usr/local/include/c++/3.3.3/iterator:70, from /usr/local/include/c++/3.3.3/numeric:67, from src/_transforms.cpp:2: /usr/include/standards.h:206:1: warning: this is the location of the previous definition In file included from /home2/menut/prg/python2.3/include/python2.3/Python.h:8, from CXX/Objects.hxx:9, from CXX/Extensions.hxx:18, from src/_transforms.h:10, from src/_transforms.cpp:3: /home2/menut/prg/python2.3/include/python2.3/pyconfig.h:847:1: warning: "_POSIX_C_SOURCE" redefined In file included from /usr/include/locale.h:49, from /usr/local/include/c++/3.3.3/clocale:49, from /usr/local/include/c++/3.3.3/alphaev67-dec-osf5.1/bits/c++locale.h:41, from /usr/local/include/c++/3.3.3/iosfwd:46, from /usr/local/include/c++/3.3.3/ios:44, from /usr/local/include/c++/3.3.3/ostream:45, from /usr/local/include/c++/3.3.3/iterator:70, from /usr/local/include/c++/3.3.3/numeric:67, from src/_transforms.cpp:2: /usr/include/standards.h:198:1: warning: this is the location of the previous definition In file included from /home2/menut/prg/python2.3/include/python2.3/Python.h:8, from CXX/Objects.hxx:9, from CXX/Extensions.hxx:18, from src/_transforms.h:10, from src/_transforms.cpp:3: /home2/menut/prg/python2.3/include/python2.3/pyconfig.h:859:1: warning: "_XOPEN_SOURCE" redefined In file included from /usr/include/locale.h:49, from /usr/local/include/c++/3.3.3/clocale:49, from /usr/local/include/c++/3.3.3/alphaev67-dec-osf5.1/bits/c++locale.h:41, from /usr/local/include/c++/3.3.3/iosfwd:46, from /usr/local/include/c++/3.3.3/ios:44, from /usr/local/include/c++/3.3.3/ostream:45, from /usr/local/include/c++/3.3.3/iterator:70, from /usr/local/include/c++/3.3.3/numeric:67, from src/_transforms.cpp:2: /usr/include/standards.h:188:1: warning: this is the location of the previous definition In file included from /home2/menut/prg/python2.3/include/python2.3/pyport.h:99, from /home2/menut/prg/python2.3/include/python2.3/Python.h:48, from CXX/Objects.hxx:9, from CXX/Extensions.hxx:18, from src/_transforms.h:10, from src/_transforms.cpp:3: /usr/include/sys/time.h:71: error: 'suseconds_t' is used as a type, but is not defined as a type. In file included from /home2/menut/prg/python2.3/include/python2.3/pyport.h:157, from /home2/menut/prg/python2.3/include/python2.3/Python.h:48, from CXX/Objects.hxx:9, from CXX/Extensions.hxx:18, from src/_transforms.h:10, from src/_transforms.cpp:3: /usr/local/lib/gcc-lib/alphaev67-dec-osf5.1/3.3.3/include/sys/stat.h:213: error: ' blksize_t' is used as a type, but is not defined as a type. /usr/local/lib/gcc-lib/alphaev67-dec-osf5.1/3.3.3/include/sys/stat.h:213: error: ' blkcnt_t' is used as a type, but is not defined as a type. error: command 'gcc' failed with exit status 1 |