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.18:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405620357.99.0.665275160141.issue21907@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of issues: 
PCbuild/build_pgo.bat: 
- there a quite a few incorrect "" which break the call to rmpyc.py
- some paths were not cwd-agnostic
- all paths should now be whitespace aware
- The PGI python.exe requires the pgodb100.dll to be in the PATH when executed. vcvarsall.bat sets the path correctly.

PCbuild/build_pgo.bat:
- incorrect parameter for vcvarsall.bat for x64: x86_amd64 == x86!!

With these changes build_pgo.bat works.
History
Date User Action Args
2014-07-17 18:05:58ibeckersetrecipients: + ibecker, loewis, db3l, tim.golden, jkloth, python-dev, zach.ware, steve.dower
2014-07-17 18:05:57ibeckersetmessageid: <1405620357.99.0.665275160141.issue21907@psf.upfronthosting.co.za>
2014-07-17 18:05:57ibeckerlinkissue21907 messages
2014-07-17 18:05:57ibeckercreate