-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
this error looks like a forgotte include on <python.h>. Please test if the attached patch fixes the compile problem. Regards, Bastian - -- ,''`. Bastian Kleineidam : :' : GnuPG Schlüssel `. `' gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E `- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDyBbZeBwlBDLsbz4RAqNcAJ9tk8JoderkMHf+ZUKZ5CQjtUgklgCeMSV/ s/oYiseVM/gdmv36Kxu40pU= =sw1Y -----END PGP SIGNATURE-----
--- num_util_impl_numarray.cpp.orig 2006-01-13 22:04:49.063217385 +0100 +++ num_util_impl_numarray.cpp 2006-01-13 22:05:12.037712628 +0100 @@ -6,6 +6,7 @@ #ifdef VISUAL_HAVE_NUMARRAY # define libnumeric_UNIQUE_SYMBOL visual_libnumeric_API # define libnumarray_UNIQUE_SYMBOL visual_libnumarray_API +# include <Python.h> # include <numarray/libnumarray.h> # include <numarray/libnumeric.h>