edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [edbrowse-dev] tidySetOptBool vs tidySetOptInt on debian
@ 2019-12-07 17:15 Adam Thompson
  2019-12-07 18:43 ` Dominique Martinet
  0 siblings, 1 reply; 14+ messages in thread
From: Adam Thompson @ 2019-12-07 17:15 UTC (permalink / raw)
  To: edbrowse-dev

Hi all,

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.

I'm not sure if this is a new change in the tidy lib or a Debian-specific
patch and, more importantly, how to fix this so it "just works" for
everyone.  I guess an ifdef is needed but I'm not sure against what?

Cheers,
Adam.

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-12-08 21:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-07 17:15 [edbrowse-dev] tidySetOptBool vs tidySetOptInt on debian Adam Thompson
2019-12-07 18:43 ` Dominique Martinet
2019-12-07 19:01   ` Alfonso S. Siciliano
2019-12-07 19:34     ` Dominique Martinet
2019-12-07 19:49       ` Adam Thompson
2019-12-07 21:45         ` alf.siciliano
2019-12-07 22:16           ` Dominique Martinet
2019-12-08  2:29             ` Geoff McLane
2019-12-08  3:56               ` Karl Dahlke
2019-12-08  8:08                 ` Alfonso Sabato Siciliano
2019-12-08  8:07               ` Dominique Martinet
2019-12-08 13:22               ` Adam Thompson
2019-12-08 21:22                 ` Geoff McLane
2019-12-07 19:44     ` Adam Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).