[issue35157] Missing pyconfig.h when building from source and pgo flag is enabled

Jorge Ramos report at bugs.python.org
Mon Nov 5 23:59:21 EST 2018


Jorge Ramos <neyuru at gmail.com> added the comment:

Yes, my last message is a trimmed version of my next to last message (which itself is a trimmed version of all the verbose of the build, showing just after the PGO interpreter wakes up). Although, obviously they where run at different times (one run completed in 31 minutes while the other was in 35 minutes), because I no longer had the output of my next to last message available.

Other than that, the messages are 'identical'. The commands followed to get to this are:

git clone git at github.com:neyuru/cpython.git
git remote add upstream git at github.com:python/cpython.git
git remote -v
cd cpython
git checkout 3.6
PCBuild\get_externals.bat
Tools\msi\get_externals.bat
PCBuild\build.bat -d -p x64
PCBuild\build.bat --pgo -p x64

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35157>
_______________________________________


More information about the Python-bugs-list mailing list