Hi Thorsten,
I'm not sure but looking at those errors are coming from Java, so maybe you can 
try  the other two ways to build the 64bit:
* Download one of the pre-generated "*.s" file packages* Build a 32-bit version 
first, and use the resulting bin/picolisp to     generate the "*.s" files: 
BR,Geo    On Sunday, 11 August 2019, 09:54:04 pm GMT+9, Thorsten Jolitz 
<tjol...@gmail.com> wrote:  
 
 Alexander Burger <a...@software-lab.de> writes:

Hi Alex,

> more and more I got frustrated with all the quirks of Ncurses (as
> discussed here
> and in IRC), so I decided to abandon them, and implement Vip directly
> with ANSI
> escape sequences (VT-100).
>
> To my surprise this turned out quite easy, and the result is both
> smaller and
> simpler!
>
> I tested on Termux, Tmux, XTerm and Linux Console. If anybody is
> interested, it
> is in the rolling picoLisp.tgz release :)

thats very interesting, ncurses seemed to be a real curse so to say ...
I have 
- version (19 7 31) on Android/termux 
- version (19 8 9) on Win10/wsl 
now, both seem to have that change, and both could be installed and
work (for termux I always have to adapt the first line in /bin/vip,
i.e. replace /usr with termux $PREFIX, /data/data/com.termux/files/usr)

But on my desktop ArchLinux machine with the newest PicoLisp dev
download I get a make error, see PS1.

Cheers 
Thorsten

PS 0
I looked into vip.l and some vt100 docs, but I find it really hard to
understand how e.g. "split window (qs)" is implemented with the vt100
escape sequences?
Could you elaborate on this a bit?

PS 1
On an up-to-date ArchLinux today, with the freshly downloaded dev
version of PicoLisp:

[tj@arch picoLisp]$ (cd src64/;make)
/mkAsm x86-64 ".linux" .s Linux base "" ../lib/map  version.l glob.l
main.l gc.l apply.l flow.l sym.l subr.l big.l io.l db.l net.l err.l
sys/x86-64.linux.code.l
Exception in thread "main" java.lang.UnsupportedClassVersionError:
PicoLisp : Unsupported major.minor version 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:803)
        at
        java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:442)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:64)
        at java.net.URLClassLoader$1.run(URLClassLoaderjava:354)
        at java.net.URLClassLoader$1.run(URLClassLoaderjava:348)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:347)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:312)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        at
        sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
make: *** [Makefile:179: x86-64.linux.base.s] Fehler 1

PS 2
[tj@arch picoLisp]$ lscpu
Architektur:                    x86_64
CPU Operationsmodus:            32-bit, 64-bit

-- 
cheers,
Thorsten


-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
  

Reply via email to