kawa-3.1.1 released

Per Bothner per@bothner.com
Sat Jan 18 00:33:00 GMT 2020


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/



More information about the Kawa mailing list