Re: asciidoctor-mathematical fails to install

Posted by abelsromero on
URL: https://discuss.asciidoctor.org/asciidoctor-mathematical-fails-to-install-tp8173p8192.html

I don't mean to contradict any of the afirmations, but I was curious and not happy if really the project was not compatible. So I pinged in the repo and tested myself. In short, it should compile and I could do it without problems installing the dependencies with homebrew.

I noticed my 'libintl.h' line 440 is different from the one showing in your error, so maybe the issue is in another dependency and not glib.
These are my deps are reported with "brew info":

- glib 2.64.5
- gdk-pixbuf 2.40
- cairo 1.16
- pango 1.46
- cmake 3.18.1

Could be also

If it helps, I updated all my installed tools with "brew update && brew outdated && brew upgrade".