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 moog
Recipients amaury.forgeotdarc, moog
Date 2011-03-31.08:34:56
SpamBayes Score 3.3271212e-06
Marked as misclassified No
Message-id <1301560498.39.0.0906346164766.issue11722@psf.upfronthosting.co.za>
In-reply-to
Content
OK,  I've understood this a bit more.

The compiler does not cause pyconfig.h to define SIZEOF_SIZE_T and SIZEOF_INT, rather it is the definition of MS_WIN64 at compile time (which was not being defined)

Defining MS_WIN64 fixes the problem, and causes another unrelated one....

I would guess that I would have to change the patch in Issue11723 to define MS_WIN64, how do I then use the same compiler for 32BIT?  What is the correct way to pass such flags to the compiler class?
History
Date User Action Args
2011-03-31 08:34:58moogsetrecipients: + moog, amaury.forgeotdarc
2011-03-31 08:34:58moogsetmessageid: <1301560498.39.0.0906346164766.issue11722@psf.upfronthosting.co.za>
2011-03-31 08:34:56mooglinkissue11722 messages
2011-03-31 08:34:56moogcreate