Re: asciidoctor-mathematical fails to install
Posted by
mojavelinux on
URL: https://discuss.asciidoctor.org/asciidoctor-mathematical-fails-to-install-tp8173p8193.html
Abel,
Thanks for testing! I'm delighted to hear you're able to compile the library and dependencies on OSX using homebrew. Since my experience is related to Linux, that doesn't contradict my assertion. It's still a challenge to install on Linux, perhaps because the library isn't verified to be portable on Linux.
It would probably be helpful if the asciidoctor-mathematical README was more specific about where the library can be installed and how. I think the terse instructions are a major source of the confusion.
Best Regards,
-Dan
On Wed, Aug 19, 2020 at 1:20 PM abelsromero [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
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".
--