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 |