From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.oboj.net ([195.178.185.14]) by ewsd; Wed Apr 15 16:06:14 EDT 2020 Received: from localhost (localhost [127.0.0.1]) by mail.oboj.net (Postfix) with ESMTP id 04A5CBC7BA0; Wed, 15 Apr 2020 22:06:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.oboj.net Received: from mail.oboj.net ([127.0.0.1]) by localhost (mail.oboj.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Jhd7656nBViE; Wed, 15 Apr 2020 22:05:57 +0200 (CEST) Received: from www.oboj.net (unknown [195.178.185.23]) by mail.oboj.net (Postfix) with ESMTP id 8DE98BC7B9C; Wed, 15 Apr 2020 22:05:56 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 15 Apr 2020 23:05:56 +0300 From: jamos@oboj.net To: 9front@9front.org Cc: knusbaum@sdf.org, ori@eigenstate.org Subject: Re: [9front] adding javascript enable to netsurf In-Reply-To: References: Message-ID: <165169b76b03f24b94de290997633534@oboj.net> X-Sender: jamos@oboj.net User-Agent: Roundcube Webmail/1.3.4 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: overflow-preventing blockchain-scale metadata database-based framework I think something happened in 9front. Netsurf compiles well on a "fairly recent" install here. So I decided to do a clean install of 7508 "No Thinkpad" plus a sysupdate. 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. So I did another clean install of 7508 this time without making a sysupdate. Then git9 compiles, but some other type-related problems arise in netsurf, as the current source assumes some changes to 9front that happened since 7508. To answer your question, the installation instructions for netsurf hasn't changed. Only that one might need to invoke a 'mk 9res' in nsport/netsurf before 'mk install', but that is purely to prepare files for run-time, and doesn't affect compiling. /Jonas On 2020-04-15 00:53, Kyle Nusbaum wrote: > I'm getting all kinds of compile errors with a clean checkout of > nsport. I'm running an up-to-date 9front and following the instructions > in the readme. > > Do we have instructions on how to compile netsurf now?