[issue35299] LGHT0091: Duplicate symbol 'File:include_pyconfig.h' found

Jorge Ramos report at bugs.python.org
Sat Jan 19 01:34:11 EST 2019


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

I want to document a workaround if anyone benefits from it, this would be step 7:

7) This error goes away if you remove the pyconfig.h from the include directory before the tests end (and of course, after the test distutils).

This is only a workaround and requires the user placing attention to the build process (maybe for the first 5-10 minutes). Having the option "-q" removed from the buildrelease.bat file (as discussed in issue https://bugs.python.org/issue35739 ) helps with determining when to safely remove the file so that the distutils test pass.

----------

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


More information about the Python-bugs-list mailing list