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 zach.ware
Recipients loewis, tim.golden, tim.peters, zach.ware
Date 2014-03-31.04:04:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396238659.26.0.487973987032.issue21107@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch to allow building (and using) pgen on Windows.

All changes outside of PCbuild are solely to avoid compiler warnings, namely 4 instances of C4005 for PGEN being redefined and 2 instances of C4018, "'<' : signed/unsigned mismatch".

pgen.vcxproj is in large part copied directly from _freeze_importlib.vcxproj (and modified appropriately).

pgen is not set to build on any solution configuration, but it happily builds from a clean checkout so pythoncore.vcxproj could be made to depend on it.
History
Date User Action Args
2014-03-31 04:04:19zach.waresetrecipients: + zach.ware, tim.peters, loewis, tim.golden
2014-03-31 04:04:19zach.waresetmessageid: <1396238659.26.0.487973987032.issue21107@psf.upfronthosting.co.za>
2014-03-31 04:04:18zach.warelinkissue21107 messages
2014-03-31 04:04:18zach.warecreate