On Windows, I just built Geany and it failed because I had python-lxml not 
installed in MSYS2. Though even the configure check failed with an ImportError, 
`make` still tried to use the Python script.

Log output: http://pastebin.geany.org/TWdfm/

I'm wondering about:
```
checking for python lxml package... Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named lxml
no
```
but then later on `configure` says: `Generate GtkDoc header           : yes`.

Installing python-lxml is no problem, will do this but still wondering about 
failing compilation.
Either it is something Windows specific or the configure check might be wrong.

@kugel-  ideas?

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/929

Reply via email to