[Python-Dev] cpython (3.3): ctypes: AIX needs an explicit #include <alloca.h> to get alloca() (original) (raw)
Victor Stinner victor.stinner at gmail.com
Tue Jun 18 13:32:14 CEST 2013
- Previous message: [Python-Dev] cpython (3.3): ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
- Next message: [Python-Dev] cpython (3.3): ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2013/6/18 Christian Heimes <christian at python.org>:
Am 18.06.2013 12:56, schrieb Jeremy Kloth:
On Mon, Jun 17, 2013 at 2:02 PM, victor.stinner
+#include <alloca.h>
This header is not present on Windows, thus breaking all the Windows buildbots. Perhaps it should be wrapped in an AIX-specific #ifdef?
Oh really? Portability is complex :-) I only tested on Linux, but I expected this header to be part of the C standard...
I have added HAVEALLOCAH to configure:
Cool, thanks.
Victor
- Previous message: [Python-Dev] cpython (3.3): ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
- Next message: [Python-Dev] cpython (3.3): ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]