This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theller
Recipients
Date 2006-08-02.13:20:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 14:41:41adminlinkissue1530448 messages
2007-08-23 14:41:41admincreate