From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 481A378835 for ; Sat, 7 Dec 2019 11:01:51 -0800 (PST) Received: by mail-wm1-x344.google.com with SMTP id q9so11318779wmj.5 for ; Sat, 07 Dec 2019 11:01:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=C1hCIUKi4TYajb3rXOxB7+pUXBmUFucvvm8rDNRMvps=; b=pRhvi/N6AterqvqmvFhSkt9FD+TcQqz9kcBo8FStX1iHx5r6rMrf6lQdUN6DVCGPCZ ct5Ao8mXwHLPRSnoVLKMiq/CctwJeJmJZ3KU+bM6PgjWxdOorsKJrsbpbDFqKfRYFnA4 6Aq/jzBMSezGmYHvPEtHKNtaDN/Z/7P4zKbS7elfoAzMuBJCRHTeZQsur1/5Ely7C22T yI00oSSFBWITVI+W12jsZcDigB1wHFWEWB2mO4LpCaVhwQbSkBpShx7GrUOdhCEwqnQN 7q7My2WKDn/sH23VMvcNkJL/7zIJcc1ymlI+UPvmUwZiQ7hSqPnPPXR8dLFoJJgT8yBq HiiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=C1hCIUKi4TYajb3rXOxB7+pUXBmUFucvvm8rDNRMvps=; b=rn3OTUVDVW++FGyFg9N6wXnEJw6dg3zzGPAaaY6AbcGLPGreaxc6dcyHt4zpJlwTga YQztHphXIlqZBLiaoXaavbRv1DcqPRw4n4iu+ArfEK68SArd+mbMdSaJX6jQ6uEYQjdN 2Dx80Z2r3EMtijT7q6ReTo1wFDxEq9VoyhseXfZ2hhI+VhNRvlvcmOuc+rhPaZSLi3DC 9UIEBvEVG+VZa47KRmh6OT9wc6uR7VtURqPwZqBh8dlrD897X8BjnYTmw/a/MXV52/y0 +dza0LAWQkenzAdUTJVodmpy9U4Lmrs6uTfpErSz+BMj1CVIn5jjmIviqs5tqaAtwDTg tB6Q== X-Gm-Message-State: APjAAAVHJiwyGvA/I1auN9Y7nPeTYh3YILNoaKXPb+YDHIaAet97uH/L T285IgwvZRhe30PNs14ceLw= X-Google-Smtp-Source: APXvYqwc3kTZZTp4eugE6TeTkVxc6hI8nWe9Oz5mbjmCLx7bXEA8q01QiYCeTqSmOc1cyNbiodi/hw== X-Received: by 2002:a1c:486:: with SMTP id 128mr17345429wme.163.1575745309613; Sat, 07 Dec 2019 11:01:49 -0800 (PST) Received: from alfdeb (host223-37-dynamic.23-79-r.retail.telecomitalia.it. [79.23.37.223]) by smtp.gmail.com with ESMTPSA id r6sm20954733wrq.92.2019.12.07.11.01.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 07 Dec 2019 11:01:48 -0800 (PST) Date: Sat, 7 Dec 2019 20:01:47 +0100 From: "Alfonso S. Siciliano" To: Dominique Martinet Cc: Adam Thompson , edbrowse-dev@edbrowse.org Subject: Re: [edbrowse-dev] tidySetOptBool vs tidySetOptInt on debian Message-Id: <20191207200147.ca1a7b961f790d11feab8fe7@gmail.com> In-Reply-To: <20191207184354.GA5418@nautica> References: <20191207171534.GA194728@toaster> <20191207184354.GA5418@nautica> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 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