From: John H. <jdh...@ac...> - 2004-05-24 14:19:14
|
>>>>> "Jean-Luc" == Jean-Luc Menut <jea...@fr...> writes: 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 |