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 ibecker
Recipients db3l, ibecker, jkloth, loewis, python-dev, steve.dower, tim.golden, zach.ware
Date 2014-07-17.19:47:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405626457.86.0.208250750034.issue21907@psf.upfronthosting.co.za>
In-reply-to
Content
This should now be the correct way.
I did not need to touch build.bat indeed. I got confused by all the different combinations! I have removed the calls from build_pgo.bat to build.bat and changed the it to a native x64 build - the PGO requires the code to be run natively, so cross compiling makes no sense.
There was also one \ too many in the pginstrument.props file, which caused a path to end on a \\, which broke the build process.
History
Date User Action Args
2014-07-17 19:47:37ibeckersetrecipients: + ibecker, loewis, db3l, tim.golden, jkloth, python-dev, zach.ware, steve.dower
2014-07-17 19:47:37ibeckersetmessageid: <1405626457.86.0.208250750034.issue21907@psf.upfronthosting.co.za>
2014-07-17 19:47:37ibeckerlinkissue21907 messages
2014-07-17 19:47:37ibeckercreate