Message401882
| Author |
gvanrossum |
| Recipients |
eric.snow, gvanrossum, paul.moore, steve.dower, tim.golden, zach.ware |
| Date |
2021年09月15日.18:49:26 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1631731766.28.0.545666025215.issue45188@roundup.psfhosted.org> |
| In-reply-to |
| Content |
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] |
|