Re: [tim-janik/beast] libxml2 in a specific version wanted (#63)



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, view it on GitHub, or mute the thread.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]