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 skip.montanaro
Recipients casevh, mmueller, skip.montanaro, theller
Date 2008-10-29.14:49:51
SpamBayes Score 0.0009048515
Marked as misclassified No
Message-id <1225291792.87.0.00163068357199.issue1544339@psf.upfronthosting.co.za>
In-reply-to
Content
Though I should note that ctypes 1.0.2 won't build with Sun Studio 12
on Python 2.4 without some patches for the __i386 macro in
ffitarget.h.  I added this check near the top of ffitarget.h:

    #ifdef __i386
    /* Sun Studio 12 */
    #define __i386__
    #endif
History
Date User Action Args
2008-10-29 14:49:52skip.montanarosetrecipients: + skip.montanaro, theller, casevh, mmueller
2008-10-29 14:49:52skip.montanarosetmessageid: <1225291792.87.0.00163068357199.issue1544339@psf.upfronthosting.co.za>
2008-10-29 14:49:51skip.montanarolinkissue1544339 messages
2008-10-29 14:49:51skip.montanarocreate