On Sat, Dec 07, 2019 at 08:34:33PM +0100, Dominique Martinet wrote: > Alfonso S. Siciliano wrote on Sat, Dec 07, 2019: > > 2 day ago I had the same problem with FreeBSD, the problem was the version > > of > > tidy-html5, the discussion and fix is: > > > > https://github.com/CMB/edbrowse/issues/53 > > Ah, yeah, if edbrowse compiled with headers from tidy-html5 but linked > against tidy 0.99 it can't work... > > Adam, can you confirm it's the same thing? What does `dpkg -l | grep tidy` > list?
It's the same issue but that analysis in the link doesn't match the error in the assertion (also in the linked issue) unless I'm missing something. Anyway: dpkg -l | grep tidy ii libtidy-dev:amd64 2:5.6.0-10 amd64 HTML/XML syntax checker and reformatter - development ii libtidy5deb1:amd64 2:5.6.0-10 amd64 HTML/XML syntax checker and reformatter - shared library So no weird linkage on my side. I wonder if tidySetOptInt also fixes the FreeBSD port as it's fixed my version (and yes I've compiled and tested this on Debian)? What I'm not sure about is if that causes other versions of the library to blow up (and unfortunately don't have any to hand right now to test).