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

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 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
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