Message402017
It's no longer possible to build Python from a different directory. Example:
git clean -fdx
mkdir build
cd build/
../configure --with-pydebug
make
It fails with:
../Programs/_freeze_module importlib._bootstrap ../Lib/importlib/_bootstrap.py ../Python/frozen_modules/importlib__bootstrap.h
make: ../Programs/_freeze_module: No such file or directory
I'm working on a fix. |
|
Date |
User |
Action |
Args |
2021-09-17 09:19:37 | vstinner | set | recipients:
+ vstinner, lemburg, gvanrossum, brett.cannon, nascheme, terry.reedy, ronaldoussoren, ncoghlan, larry, methane, Mark.Shannon, eric.snow, indygreg, miss-islington, brandtbucher, BTaskaya, shihai1991 |
2021-09-17 09:19:37 | vstinner | set | messageid: <1631870377.36.0.603575893426.issue45020@roundup.psfhosted.org> |
2021-09-17 09:19:37 | vstinner | link | issue45020 messages |
2021-09-17 09:19:37 | vstinner | create | |
|