I'm trying to compile python-levenshtein on windows with python3.3 using mingw32.
I made a virtualenv, installend mingw32, downloaded the source and issued
python setup.py build -c mingw32
and I get this error message
Any idea on how can I solve this?