From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34849 invoked by alias); 18 Jan 2020 00:33:29 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 34836 invoked by uid 89); 18 Jan 2020 00:33:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1061, 1.8 X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 18 Jan 2020 00:33:27 +0000 Received: from [10.9.9.203] (helo=mailfront21.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1isc3H-0002vZ-OX; Sat, 18 Jan 2020 01:33:23 +0100 Received: by mailfront21.runbox with esmtpsa [Authenticated alias (524175)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1isc32-0004gm-Iz; Sat, 18 Jan 2020 01:33:12 +0100 Subject: Re: kawa-3.1.1 released To: Duncan Mak Cc: kawa mailing list References: From: Per Bothner Message-ID: <29b5b386-abc9-bc62-8d93-0d56aa808e10@bothner.com> Date: Sat, 18 Jan 2020 00:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-q1/txt/msg00011.txt On 1/17/20 4:12 PM, Duncan Mak wrote: > I added the missing symlink on my local machine as a test, and running using Java 1.8 (which comes with JavaFX bundled), a window shows up when I run with --browse-manual=javafx. I would not be terribly surprised if it is related to the incompatible readlink command in the doc/browse-kanwa-manual script. First thing to try is to run the script by hand. The following works when I try it "by hand" in the Kawa build directory, java kawa.repl doc/browse-kawa-manual and the following works with the unzip'd release zip: bin/kawa doc/browse-kawa-manual as does running browse-kawa-manual as a shell script: doc/browse-kawa-manual So see if you can get any of those to work. If you can get it working just treating browse-kawa-manual as a Scheme source file, but running it as a shell script doesn't work, then it is likely the shell portion of browse-kawa-manual has some Linux dependencies (possibly the readlink) or bash-isms. -- --Per Bothner per@bothner.com http://per.bothner.com/