[New-bugs-announce] [issue6006] ffi.c compile failures on AIX 5.3 with xlc

Ely Eshel report at bugs.python.org
Tue May 12 19:11:54 CEST 2009


New submission from Ely Eshel <elyeshel at gmail.com>:

Building Python 3.0.1 with xlc on AIX 5.3, The following compiler 
errros come up:
/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 141.25: 1506-045 
(S) Undeclared identifier FFI_LINUX_SOFT_FLOAT.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 601.19: 1506-045 
(S) Undeclared identifier FFI_LINUX_SOFT_FLOAT.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 604.19: 1506-045 
(S) Undeclared identifier FFI_LINUX64.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 668.23: 1506-045 
(S) Undeclared identifier FFI_SYSV.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 902.10: 1506-045 
(S) Undeclared identifier FFI_SYSV.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 902.10: 1506-051 
(S) Case expression must be a valid integral constant.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 903.10: 1506-045 
(S) Undeclared identifier FFI_GCC_SYSV.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 903.10: 1506-051 
(S) Case expression must be a valid integral constant.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 904.10: 1506-045 
(S) Undeclared identifier FFI_LINUX.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 904.10: 1506-051 
(S) Case expression must be a valid integral constant.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 905.10: 1506-045 
(S) Undeclared identifier FFI_LINUX_SOFT_FLOAT.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 905.10: 1506-051 
(S) Case expression must be a valid integral constant.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 1027.26: 1506-045 
(S) Undeclared identifier FFI_SYSV.
"/home11/eeshel/dev/python/Python-
3.0.1/Modules/_ctypes/libffi/src/powerpc/ffi.c", line 1152.27: 1506-045 
(S) Undeclared identifier FFI_LINUX_SOFT_FLOAT.

Configuration command was:
configure --prefix=/home/eeshel/bin/python/python-3.0.1 --exec-
prefix=/home/eeshel/bin/python/python-3.0.1/ibm --with-
gcc="/bb/util/version10-022009/usr/vacpp/bin/xlc_r -Wl,-G" --with-
cxx="/bb/util/version10-022009/usr/vacpp/bin/xlc_r -Wl,-G" --disable-
ipv6 --disable-shared --with-threads

----------
assignee: theller
components: ctypes
messages: 87642
nosy: elyeshel, theller
severity: normal
status: open
title: ffi.c compile failures on AIX 5.3 with xlc
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6006>
_______________________________________


More information about the New-bugs-announce mailing list