From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Wed Apr 15 16:24:55 EDT 2020 Received: from abbatoir.fios-router.home (pool-162-83-132-245.nycmny.fios.verizon.net [162.83.132.245]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 798244c6 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO); Wed, 15 Apr 2020 13:24:40 -0700 (PDT) Message-ID: To: jamos@oboj.net, 9front@9front.org CC: knusbaum@sdf.org, ori@eigenstate.org Subject: Re: [9front] adding javascript enable to netsurf Date: Wed, 15 Apr 2020 13:24:39 -0700 From: ori@eigenstate.org In-Reply-To: <165169b76b03f24b94de290997633534@oboj.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: map/reduce factory SQL over SQL wrapper software-based realtime-java-based plugin > It seems that neither git9, nor netsurf, compiles on this latest > configuration. For git9 I get "incompatible type signatures" (in lib9p I > think, not completely sure). In netsurf I get errors in duktape.c:1155 > that it doesn't recognise the type duk_int64_t Yeah. That just means that we changed some of the types, but the code using them hasn't been recompiled. 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.