Re: Vip without [N]curses

2019-08-11 Thread Alexander Burger
On Sun, Aug 11, 2019 at 06:14:56PM +0200, Thorsten Jolitz wrote: > I do have that installed, but the for the library on that first > line it does not work, I can leave the first (/usr/bin ...) as is, but have > to change > the second entry (/usr/lib ...), otherwise I get a library-not-found

Re: Vip without [N]curses

2019-08-11 Thread Thorsten Jolitz
Alexander Burger writes: Hi Alex, >> (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) > > This is no longer necessary if you install in Termux > >$ apt install termux-exec > > With that, hashbangs like

Re: Vip without [N]curses

2019-08-11 Thread Thorsten Jolitz
Alexander Burger writes: Hi Alex, > It should be a problem only on the first bootstrap. After you > downloaded the *.s > files once and got a running system, it will self-build from that time on. I could fix this now, maybe a rather Archlinux specific problem. Fist I figured out, that java

Re: Vip without [N]curses

2019-08-11 Thread Alexander Burger
Hi Thorsten, our mails just crossed :) On Sun, Aug 11, 2019 at 04:56:59PM +0200, Thorsten Jolitz wrote: > Hi Geo, > > If nobody else has this problem, seems to be a local (java) thing. > Since new PicoLisp versions a coming quite frequently, I would prefer > not to fall back to alternative

Re: Vip without [N]curses

2019-08-11 Thread Alexander Burger
Hi Thorsten, > 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 Good to know! > (for termux I always have to

Re: Vip without [N]curses

2019-08-11 Thread Thorsten Jolitz
George Orais writes: Hi Geo, > 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 >

Re: Vip without [N]curses

2019-08-11 Thread George Orais
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: 

Re: Vip without [N]curses

2019-08-11 Thread Thorsten Jolitz
Alexander Burger 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