This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mgmacias95
Recipients mgmacias95
Date 2018-11-07.16:47:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541609240.08.0.788709270274.issue35184@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-11-07 16:47:20mgmacias95setrecipients: + mgmacias95
2018-11-07 16:47:20mgmacias95setmessageid: <1541609240.08.0.788709270274.issue35184@psf.upfronthosting.co.za>
2018-11-07 16:47:20mgmacias95linkissue35184 messages
2018-11-07 16:47:19mgmacias95create