Re: Building PilBox

2017-04-02 Thread Alexander Burger
He Erik, > preparing the toolchain, but './mk.arm64.linux' fails with the following > (abridged) error messages: > >../../toolchain/bin/clang38: error while loading shared libraries: > libncurses.so.5: no such file This makes absolutely no sense to me. Ncurses should not be needed anywhere

Re: Building PilBox

2017-04-02 Thread Erik Gustafson
Hmm... How are you getting the Android Studio SDK (referred to as '../Sdk/' in the README)? I tried getting it from https://developer.android.com/studio/index.html but it did not have the expected directory structure and I could not find 'make_standalone_toolchain.py'. I also tried using the

'native' and pointers to pointers

2017-04-02 Thread Erik Gustafson
Hi list, I'm playing with PicoLisp's 'native' functionality and https://github.com/zeromq/zyre. Most everything works as expected. Trivial example: : (setq Node (native "libzyre.so" "zyre_new" 'N "Node")) -> 9322320 # Node set to pointer : (native "libzyre.so" "zyre_uuid" 'S Node)

Re: Fixed-point scaling and lookup tables

2017-04-02 Thread Dean Gwilliam
>Picolisp's built-in functions for scaled arithmetic are brilliant That's music to my ears because I've been looking forward to working with those ever since I started Picolisp for solving systems of equations. Still working on acquiring the data at the moment but...getting there :), Thank you for

Re: Building PilBox

2017-04-02 Thread Erik Gustafson
Hi Alex, > https://developer.android.com/studio/index.html Yes, I downloaded it from there. Ok, cool. I believe you can just unpack the tar ball and then "import" it into a new project. Sounds simple enough, I think my lack of experience with the Android ecosystem is the culprit here.

Re: 'native' and pointers to pointers

2017-04-02 Thread Michel Pelletier
Hi Eric, Here's a link to exactly what you need: https://github.com/michelp/0pl/blob/master/zmq/zctx.l#L5 There's a thread in the archives where Alexander explains it to me, unfortunately it's been a while I don't remember all the details myself... -Michel On Sun, Apr 2, 2017 at 10:00 AM,

Re: Building PilBox

2017-04-02 Thread Alexander Burger
On Sun, Apr 02, 2017 at 11:09:05AM -0500, Erik Gustafson wrote: > How are you getting the Android Studio SDK (referred to as '../Sdk/' in the > README)? I tried getting it from > > https://developer.android.com/studio/index.html Yes, I downloaded it from there. I don't remember the exact

Re: 'native' and pointers to pointers

2017-04-02 Thread Michel Pelletier
Thanks for the explanation Erik! Sorry I misspelled your name. :) On Sun, Apr 2, 2017 at 12:11 PM, Erik Gustafson wrote: > Michel, > > Here's a link to exactly what you need: > > https://github.com/michelp/0pl/blob/master/zmq/zctx.l#L5 > > > I totally forgot about

PilMCU status

2017-04-02 Thread Alexander Williams
Hello Geo/Alexander, I discussed this briefly in the chat, but I would like to know the current status of PilMCU (initial announcement here: http://www.mail-archive.com/picolisp@software-lab.de/msg04823.html). It appears some work was released by Alexander within PilOS, and is being ported back