Mailing List Archive

How to decipher Windows errors on builds?
Hi,

I'm getting build errors on Windows for
https://github.com/python/cpython/pull/28386

The error message is:

C:\Program Files (x86)\Windows
Kits\10\Include\10.0.22000.0\um\winnt.h(253): error RC2188:
D:\a\cpython\cpython\PCbuild\obj\311win32_Release\pythoncore\RCa01688(47)
: fatal error RC1116: RC terminating after preprocessor errors
[D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]

Can anyone translate that into English for me?

It suggests that there are errors in the preprocessor. But how do I tell
what the error is?

Cheers,
Mark.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/SOCIYBNX5VZYPZFQYKWRCCPPN7TNVUMJ/
Code of Conduct: http://python.org/psf/codeofconduct/
Re: How to decipher Windows errors on builds? [ In reply to ]
Hi Mark,

https://bugs.python.org/issue45220 now tracks these Windows build errors.

Victor

On Thu, Sep 16, 2021 at 3:25 PM Mark Shannon <mark@hotpy.org> wrote:
>
> Hi,
>
> I'm getting build errors on Windows for
> https://github.com/python/cpython/pull/28386
>
> The error message is:
>
> C:\Program Files (x86)\Windows
> Kits\10\Include\10.0.22000.0\um\winnt.h(253): error RC2188:
> D:\a\cpython\cpython\PCbuild\obj\311win32_Release\pythoncore\RCa01688(47)
> : fatal error RC1116: RC terminating after preprocessor errors
> [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
>
> Can anyone translate that into English for me?
>
> It suggests that there are errors in the preprocessor. But how do I tell
> what the error is?
>
> Cheers,
> Mark.
> _______________________________________________
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-leave@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/SOCIYBNX5VZYPZFQYKWRCCPPN7TNVUMJ/
> Code of Conduct: http://python.org/psf/codeofconduct/



--
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/4ZTTG53Z6GDXBQZSPNYK2BVG7MPX2BGN/
Code of Conduct: http://python.org/psf/codeofconduct/