Hi Alex, > On 10 Feb 2020, at 17:14, Alexander Burger <a...@software-lab.de> wrote: > > Hi Jon, > >> I have not been an active PicoLisp user for quite some time. The main reasons >> for that have been (a) the difficulties related to building PicoLisp for >> macOS, > > Oh, that's a pity! > > Especially with Mac users in mind, I'm working on an LLVM version of PicoLisp > (https://software-lab.de/pil21.tgz). You should be a little more patient ;) >
Now you got me curious! I had to try it right away; maybe a bit early? I did a ‘make’ in the ‘src’ folder . . . $ make Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found lib.c:7:35: warning: format specifies type 'unsigned long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] fprintf(stderr, "%s %lX\n", s, n); ~~~ ^ %llX lib.c:150:10: fatal error: 'ffi.h' file not found #include <ffi.h> ^~~~~~~ 1 warning and 1 error generated. make: *** [Makefile:25: lib.bc] Error 1 OK, I see there are things that I may have to provide. >> and (b) some of my hobby projects (word vectors) requiring floating point >> math. > > OK > >> I wish all of you still many years with fun and rewarding PicoLisp use, and >> have fun at the PilCon 2020! > > Thanks for all code and desgn input, Jon! I noticed that there’s a mail link to me on the https://software-lab.de/down.html <https://software-lab.de/down.html> page. You may change my mail address there to jon.klei...@icloud.com <mailto:jon.klei...@icloud.com>. And the two file links there (gl.tgz and china.tgz) will probably go 404 in a few months. I don’t work for uio.no any longer, and I plan to retire completely this summer. /Jon > > Please have a good time :) > > ☺/ A!ex