From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 5D91E79260 for ; Tue, 15 Dec 2015 03:07:31 -0800 (PST) Received: from erwin-bureau (unknown [IPv6:2a01:e35:8a80:e530:88c5:86b:192d:412f]) by smtp5-g21.free.fr (Postfix) with ESMTPS id D0757D4812F for ; Tue, 15 Dec 2015 12:07:29 +0100 (CET) Date: Tue, 15 Dec 2015 12:07:16 +0100 From: erwin To: edbrowse-dev@lists.the-brannons.com Message-ID: <20151215120716.2d1c8145@erwin-bureau> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Edbrowse-dev] edbrowse snapshot compilation error X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 11:07:31 -0000 hello, a problem occured in compilation on my jessie 64 version problem ?=20 I've searched the variable "TidySkipQuotes" in /usr/include/tidy : nothing= found... ---- cc -c -o html-tidy.o html-tidy.c html-tidy.c: In function =E2=80=98html2nodes=E2=80=99: html-tidy.c:65:23: error: =E2=80=98TidySkipQuotes=E2=80=99 undeclared (firs= t use in this function) tidyOptSetBool(tdoc, TidySkipQuotes, yes); ^ html-tidy.c:65:23: note: each undeclared identifier is reported only once f= or each function it appears in : recipe for target 'html-tidy.o' failed make: *** [html-tidy.o] Error 1 ---- cheers Erwin