Sébastien Sablé <sa...@users.sourceforge.net> added the comment:

It should also be changed in Python/dynload_aix.c:

Index: Python/dynload_aix.c
===================================================================
--- Python/dynload_aix.c        (révision 84964)
+++ Python/dynload_aix.c        (copie de travail)
@@ -12,7 +12,7 @@
 
 
 #ifdef AIX_GENUINE_CPLUSPLUS
-#include "/usr/lpp/xlC/include/load.h"
+#include <load.h>
 #define aix_load loadAndInit
 #else
 #define aix_load load

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue730467>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to