Aaron Hurst <aaronpaulhu...@gmail.com> added the comment:

I can reproduce this issue by uncommenting the pyexpat line in Setup.dist and 
compiling.

The issue is with -DXML_POOR_ENTROPY=1.  The equals character causes the line 
to be incorrectly interpreted as a macro definition by makesetup.  This results 
in an invalid Makefile output.

I've submitted a PR, but a quick work-around is to remove the "=1".  It is not 
necessary.

----------
nosy: +ahurst

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35184>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to