[issue35586] Open pyexpat compilation, Make shows error(missing separator)

kbengine report at bugs.python.org
Tue Dec 25 22:59:44 EST 2018


New submission from kbengine <kbesrv at gmail.com>:

Python3.7.2
My compilation steps:
1. Modify Modules/Setup.dist, open pyexpat
pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DXML_POOR_ENTROPY=1 -DUSE_PYEXPAT_CAPI

2. ./configure
3. make
Makefile:272: *** missing separator. Stop.


----------------------------------------------------

----------
components: Extension Modules
messages: 332529
nosy: kbengine
priority: normal
severity: normal
status: open
title: Open pyexpat compilation, Make shows error(missing separator)
type: compile error
versions: Python 3.7

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


More information about the Python-bugs-list mailing list