implicit declaration of function xmlCleanupParser
Still does not work here on python3.8. It does on python 3.9. Maybe is my environment? However I am happy with it.
If I do python3.8 quex-exe.py I get Exception occurred -- please, report a bug under Getting a little inside I do python3.8 from quex.blackboard import setup Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/var/tmp/portage/dev-python/quex-0.71.0-r1/work/quex-0.71.0/quex/blackboard.py", line 22, in <module> setup = QuexSetup(SETUP_INFO, bc_factory) File "/var/tmp/portage/dev-python/quex-0.71.0-r1/work/quex-0.71.0/quex/input/setup.py", line 72, in init self.init(SetupInfo)...
Porting to python 3.8
Porting to python 3.7