Hi all, 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 Anyway, now I' m using debian SID, it seems to run, the version of the library is: libtidy.so.5deb1.6.0 On Sat, 7 Dec 2019 19:43:54 +0100 Dominique Martinet <asmad...@codewreck.org> wrote: > Hi, > > Adam Thompson wrote on Sat, Dec 07, 2019: > > Just recompiled the latest edbrowse against the versions of tidy-html5 and > > duktape available in Debian sid. In order to get it to run I had to change > > the call on html-tidy.c:129 from: > > tidyOptSetBool(tdoc, TidyStyleTags, no); > > > > to: > > tidyOptSetInt(tdoc, TidyStyleTags, no); > > > > As otherwise the browser aborts at runtime with an assertion error that the > > option isn't a bool. > > That is surpising, I just checked Tidy code and 'TidyStyleTags' is a > bool no matter how I look at it, including in debian sid sources and the > latest git. > > I don't know what can be done for that... I'll try to reproduce tonight > > -- > Dominique > --- Alfonso S. Siciliano <alf.sicili...@gmail.com>