From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx.sdf.org ([205.166.94.20]) by ewsd; Fri Apr 17 21:09:52 EDT 2020 Received: from [192.168.0.16] (c-98-212-152-230.hsd1.il.comcast.net [98.212.152.230]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 03I19g77000274 (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128 bits) verified NO); Sat, 18 Apr 2020 01:09:43 GMT Date: Fri, 17 Apr 2020 20:09:38 -0500 User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9front] adding javascript enable to netsurf To: ori@eigenstate.org, jamos@oboj.net, 9front@9front.org From: Kyle Nusbaum Message-ID: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: self-healing object-oriented out-scaling CMS template Thanks, Ori=2E=20 I nuked everything and rebuilt=2E Had to delete all the netsurf Lin direct= ories and re-fetch too=2E It seems weird to me that syntax errors arise from old compilations, not l= inker errors=2E Are we doing code generation? Anyway, I have it building now=2E Thanks! On April 15, 2020 3:24:39 PM CDT, ori@eigenstate=2Eorg wrote: >> It seems that neither git9, nor netsurf, compiles on this latest=20 >> configuration=2E For git9 I get "incompatible type signatures" (in >lib9p I=20 >> think, not completely sure)=2E In netsurf I get errors in >duktape=2Ec:1155=20 >> that it doesn't recognise the type duk_int64_t > >Yeah=2E That just means that we changed some of the types, but the >code using them hasn't been recompiled=2E The commit that changed >them is probably abeb350f0cb8 or 026c1d87dd3e The answer to that >error is almost always: > > cd /sys/src > mk clean > mk all > >to rebuild the libraries=2E -- Kyle