Message29356
Logged In: YES
user_id=11105
It seems that the files 'src/x86/ffi.c' and 'src/x86/sysv.S'
are not needed for the X86_64 platform in fficonfig.py.in.
They *should* compile to nothing, anyway, because their
contents is protected by 'ifndef __x86_64__'.
Does removing them from fficonfig.py.in change the
situation, so that only this remains:
'X86_64': ['src/x86/ffi64.c', 'src/x86/unix64.S'],
I can build _ctypes on an unbuntu amd64 system with this change. |
|
Date |
User |
Action |
Args |
2007-08-23 14:41:41 | admin | link | issue1530448 messages |
2007-08-23 14:41:41 | admin | create | |
|