[issue7416] select module compile errors breaks OS X multi-architecture builds

2009-12-01 Thread Ronald Oussoren
Ronald Oussoren added the comment: Fixed in r76623 (trunk) and r76624 (3.2). (The commit message mentions another issue, that's a copy-paste error on my end) -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python t

[issue7416] select module compile errors breaks OS X multi-architecture builds

2009-12-01 Thread Ronald Oussoren
Ronald Oussoren added the comment: Hugh: why did you remove the .c file? I'd prefer to keep the .c file in the python tracker as, just in case someone else runs into the same issue and starts debugging the issue. -- ___ Python tracker

[issue7416] select module compile errors breaks OS X multi-architecture builds

2009-12-01 Thread Ronald Oussoren
Ronald Oussoren added the comment: I'm currently testing a patch that adds the required SIZEOF_ macros to pymacconfig.h, simular to how SIZEOF_LONG and SIZEOF_VOIDP are handled. I expect to commit a fix later today to the 2.7 and 3.2 branches. The new SIZEOF_ macros are only needed for new fu

[issue7416] select module compile errors breaks OS X multi-architecture builds

2009-12-01 Thread Michael Broghton
Changes by Michael Broghton : -- nosy: +mbroughton ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue7416] select module compile errors breaks OS X multi-architecture builds

2009-12-01 Thread Ned Deily
New submission from Ned Deily : Release blocker The changes for Issue7211 to support 64-bit kevent ident fields in 64-bit builds cause compile errors on those OS X multi-arch builds which include both 32-bit and 64-bit variants. Problem is reproducible by this simplified build config: confi