building picolisp in mobaxterm (cygwin)

2017-06-13 Thread pd
Hi, I've tried to build picolisp in mobaxterm (a terminal program including cygwin preinstalled) but I have a bunch of errors about foking and dll's loading in different memory address ➤ make 0 [main] make 14124 child_info_fork::abort: C:\Users\jose\DOWNLO~1\jose\PROGRA~2\MOBAXT~1\PERSIS~1

Re: building picolisp in mobaxterm (cygwin)

2017-06-13 Thread Joe Bogner
Hi pd, yes, this is a common issue with cygwin and fork. Are you on a 64-bit bit PC? If so, I have an experimental version of PicoLisp on 64-bit that might be useful - https://github.com/joebo/picoLisp-win-x86-64 I can elaborate if so On Tue, Jun 13, 2017 at 3:22 PM, pd wrote: > Hi, > > I've t

Re: building picolisp in mobaxterm (cygwin)

2017-06-13 Thread pd
yes, I'm in a windows 10 64-bit PC. I've cloned the repository you linked but when invoking make in src64 directory I got the same error messages If I try to run pil in root picolisp-win-x86-64 directory I get an error indicating picolisp not found in bin directroy, if I run pil in bin directory

Re: building picolisp in mobaxterm (cygwin)

2017-06-13 Thread Joe Bogner
If you get stuck, jump on #picolisp on irc.freenode.net On Tue, Jun 13, 2017 at 5:19 PM, Joe Bogner wrote: > Building from my repo is complicated as it requires a different toolchain

Re: building picolisp in mobaxterm (cygwin)

2017-06-13 Thread Joe Bogner
Building from my repo is complicated as it requires a different toolchain. It's best to try out the binary release https://github.com/joebo/picoLisp-win-x86-64/releases Clone the repo and then drop that picoLisp-win-x86-64-dist.zip into the folder and unzip. You should be able to run pil.cmd then