Message401882
I tried this:
- remove the generated .h files
- touched dictobject.c
- touched dictobject.h
After each step I tried to rebuild. Each case the compilation of frozen.c failed and then the build stopped, so apparently the .h files weren't generated early enough.
Here's the error message:
C:\Users\gvanrossum\cpython\Python\frozen.c(44,10): fatal error C1083: Cannot open include file: 'frozen_modules/abc.
h': No such file or directory [C:\Users\gvanrossum\cpython\PCbuild\pythoncore.vcxproj] |
|
| Date |
User |
Action |
Args |
| 2021-09-15 18:49:26 | gvanrossum | set | recipients:
+ gvanrossum, paul.moore, tim.golden, eric.snow, zach.ware, steve.dower |
| 2021-09-15 18:49:26 | gvanrossum | set | messageid: <[email protected]> |
| 2021-09-15 18:49:26 | gvanrossum | link | issue45188 messages |
| 2021-09-15 18:49:26 | gvanrossum | create | |
|