[issue730467] Not detecting AIX_GENUINE_CPLUSPLUS

Sébastien Sablé report at bugs.python.org
Wed Sep 22 12:48:40 CEST 2010


Sébastien Sablé <sable at 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 <report at bugs.python.org>
<http://bugs.python.org/issue730467>
_______________________________________


More information about the Python-bugs-list mailing list