Hi, it's not exactly that your version is too new.
This is my system: 

$ xmllint --version
xmllint: using libxml version 20904

And Beast checks for 20901.
The problem is in the path you're using, out comparison macro picks up the 
"version" digits from the absolute pathname of your xmllint, and those won't 
match.
In any case, your xmllint is new enough, so you can hack the configure script 
to ignore the version check, I'll see if our macro can be made robus for cases 
like yours.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tim-janik/beast/issues/63#issuecomment-415142657
_______________________________________________
beast mailing list
beast@gnome.org
https://mail.gnome.org/mailman/listinfo/beast

Reply via email to