New submission from Marta Gómez <mgmacia...@gmail.com>:

Hello,

I was getting this same error (https://bugs.python.org/issue35139) when 
compiling pyextat so I added these changes 
(https://github.com/python/cpython/pull/10291/files) to my Setup.dist. 

After running ./configure, the generated Makefile throws the following error:

$ make
Makefile:264: *** missing separator.  Stop.

I have tried this in both Python 3.7 and 3.6 and I get the error in both (the 
line numbers are different but the error is the same). I have tested this in 
both Ubuntu 16/18 and CentOS 7.

Any hints in how could I fix this?

Best regards,
Marta

----------
components: Build
messages: 329424
nosy: mgmacias95
priority: normal
severity: normal
status: open
title: Makefile is not correctly generated when compiling pyextat with 
DXML_POOR_ENTROPY=1
type: compile error
versions: Python 3.6, Python 3.7

_______________________________________
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