[Github-comments] [geany] gen-api-gtkdoc.py autotools check broken? (#929)

Enrico Tröger notifications at xxxxx
Thu Mar 3 06:31:01 UTC 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160302/9b11fd6f/attachment.html>


More information about the Github-comments mailing list