Re: Build a picolisp core for android fails

2020-11-25 Thread Alexander Burger
On Wed, Nov 25, 2020 at 11:07:16AM -0300, Gaston Pepe wrote: > try to compile PilBox latest version > and success! Cool!! I'm glad that it is no inherent problem :) ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Build a picolisp core for android fails

2020-11-25 Thread Gaston Pepe
ok i'm deleting all. try to compile PilBox latest version and success! Thanks!!! for your patience in my slackware64 picolisp works fine. I'm very excited about picolisp. El mié, 25 nov 2020 a las 13:39, Alexander Burger () escribió: > On Wed, Nov 25, 2020 at 09:50:41AM -0300, Gaston Pepe

Re: Build a picolisp core for android fails

2020-11-25 Thread Alexander Burger
On Wed, Nov 25, 2020 at 09:50:41AM -0300, Gaston Pepe wrote: > A) download the PilBox sources from https://software-lab.de/PilBox.tgz > tree is : > AndroidManifest.xml COPYING ChangeLog README assets bin lib > mk.pilBox obj res src > try compile an error > ERROR: input directory

Re: Build a picolisp core for android fails

2020-11-25 Thread Gaston Pepe
A) download the PilBox sources from https://software-lab.de/PilBox.tgz tree is : AndroidManifest.xml COPYING ChangeLog README assets bin lib mk.pilBox obj res src try compile an error ERROR: input directory 'picoLisp/bin' does not exist

Re: Build a picolisp core for android fails

2020-11-24 Thread Alexander Burger
Hi Gaston, > #tar xvzf PilBox.tgz ---> ok > #cd PilBox > #mkdir obj > /mk.pilBox > ERROR: input directory 'bin' does not exist > 'classes.dex'... > > this error. I see. Strange, because PilBox.tgz *does* contain "bin/": $ tar tvfz PilBox.tgz -rw-r--r-- abu/abu1176 2019-04-20

Re: Build a picolisp core for android fails

2020-11-24 Thread Gaston Pepe
#tar xvzf PilBox.tgz ---> ok #cd PilBox #mkdir obj /mk.pilBox ERROR: input directory 'bin' does not exist 'classes.dex'... this error. what am I doing wrong? El mar, 24 nov 2020 a las 7:38, Alexander Burger () escribió: > On Tue, Nov 24, 2020 at 07:46:27AM +0100, Alexander Burger wrote: > >

Re: Build a picolisp core for android fails

2020-11-24 Thread Alexander Burger
On Tue, Nov 24, 2020 at 07:46:27AM +0100, Alexander Burger wrote: > I'm not sure what went wrong in your case. It may be that for some reason > PilBox > cannot delete the old "bin/picolisp" and create the new symbolic link. > > Perhaps it helps if you uninstall PilBox and then re-install the new

Re: Build a picolisp core for android fails

2020-11-23 Thread Alexander Burger
Hi Gaston, > I try a build a picolisp core apk for android. > /mk.pilbox work OK > But in Android when app run get error " bin/picolisp not found" Since SDK 29, Android does no longer allow the execution of binaries in the App's data directories:

Build a picolisp core for android fails

2020-11-23 Thread Gaston Pepe
I try a build a picolisp core apk for android. /mk.pilbox work But in Android when app run get error " bin/picolisp not found"