Building problem under aplha/OSF1

Jean-Luc> Hello,
    >> You need to install freetype and make sure this library is in
    >> your basedirs path.

    Jean-Luc> I 've did it but infortunatly i have a new error message
    Jean-Luc> wich concern a library ,i mean.

Just an idea: Try replacing line 9 of CXX/Objects.hxx with

extern "C" {
#include "Python.h"
;

That is, just put the extern C thing around the inclusion of the
python.h file and let me know if that makes a difference. If it fails
again, send along the error message from the compiler and I'll take a
second look.

JDH