Ingolf Becker added the comment:

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.

----------
Added file: http://bugs.python.org/file35986/fix_pgo_vcvarsall_rightway.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21907>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to