Re: anyone tried cygwin or mingw recently?

2017-07-02 Thread Mike Pechkin
On Sun, Jul 2, 2017 at 8:07 PM, Richard Z wrote: > Hi, > > noticed that the code still has > > #ifdef __CYGWIN__ > #include > #define fcntl(fd,cmd,fl) 0 > #endif > ​on my cygwin it compiles and pass buildin tests without code above

Re: anyone tried cygwin or mingw recently?

2017-07-02 Thread rick
On Sun, 02 Jul 2017 19:07 +0200, Richard Z wrote: > Did anyone test it recently? Hi Richard, Hopefully, joebo will comment on this. He is the one I know for sure who has looked into mingw-type builds of picolisp this the past year. Best, --Rick -- UNSUBSCRIBE:

anyone tried cygwin or mingw recently?

2017-07-02 Thread Richard Z
Hi, noticed that the code still has #ifdef __CYGWIN__ #include #define fcntl(fd,cmd,fl) 0 #endif - is this still necessary? Did anyone test it recently? Regards, Richard -- Name and OpenPGP keys available from pgp key servers -- UNSUBSCRIBE:

Subscribe

2017-07-02 Thread Royall Spence
Hello Royall Spence :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Subscribe

2017-07-02 Thread Matt Wilbur
Please add me to the mailing list. picoLisp looks amazing.