pil21: Why do waitFd and gPoll use 292MY for timeout?

2021-04-11 Thread picolisp
I am trying to fix infinite select errors about 292MY. src/lib.c: int32_t gPoll(struct pollfd *fds, int32_t nfds, int64_t timeout) { if (timeout == 9223372036854775807) { // 292MY int i = nfds; do if (--i < 0) return 0; while

Subscribe

2021-04-11 Thread picolisp
Hello picol...@dnmx.org :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Android permissions

2021-04-11 Thread Alexander Burger
Hi Shaughan, > I have been unable to get files out of PilBox. In an earlier discussions, we > tried several things, all of which failed. I think the solution is provided > here: > wiki.termux.com/wiki/Termux_Google_Play . This is another problem. Apps targeting API 29 or higher can only execute

Re: pil21 installation on termux

2021-04-11 Thread Nehal Singhal
This works. Thank you. :) *From: *Alexander Burger *To: *picolisp@software-lab.de *Received: *Apr 11, 2021 5:21:39 PM *Subject: *Re: pil21 installation on termux > Hi Nehal, > >> I'm having issues with pil21 installation on termux despite having

Android permissions

2021-04-11 Thread Shaughan Lavine
I have been unable to get files out of PilBox. In an earlier discussions, we tried several things, all of which failed. I think the solution is provided here: wiki.termux.com/wiki/Termux_Google_Play . Can someone please try providing a version of PilBox on Fdroid compiled with target SDK level

Re: pil21 installation on termux

2021-04-11 Thread Alexander Burger
Hi Nehal, > I'm having issues with pil21 installation on termux despite having all > prerequisite libs installed for compilation. > > Does anyone have complete steps of installation with cmake? No idea about cmake, but this worked for me on Termux: $ apt install make clang llvm readline

pil21 installation on termux

2021-04-11 Thread Nehal Singhal
Hi List, I'm having issues with pil21 installation on termux despite having all prerequisite libs installed for compilation. Does anyone have complete steps of installation with cmake? Thanks Nehal