Re: Compilation failure on cygwin

2019-07-17 Thread Dima Pasechnik
On Wed, Jul 17, 2019 at 9:45 AM Иван Трусков wrote: > > But there is a compilation error if compilation is attempted without all/any > threads? IIRC, there is an #error directive to that effect in ecl.h > > In any case, could you share configuration flags? First of all, I am talking about a rece

Re: Compilation failure on cygwin

2019-07-17 Thread Иван Трусков
But there is a compilation error if compilation is attempted without all/any threads? IIRC, there is an #error directive to that effect in ecl.h In any case, could you share configuration flags? ср, 17 июл. 2019 г. в 11:40, Dima Pasechnik : > sagemath (sagemath.org) uses ecl 16.1.2 to compile an

Re: Compilation failure on cygwin

2019-07-17 Thread Dima Pasechnik
sagemath (sagemath.org) uses ecl 16.1.2 to compile and run Maxima (and not only it) on Cygwin, so it is certainly possible. we turn threads off, however. As well, we add -D_GNU_SOURCE to C and CXX flags. On Mon, 15 Jul 2019 at 10:14, Иван Трусков wrote: > Hello > I am trying to build and use

Re: Compilation failure on cygwin

2019-07-15 Thread Daniel Kochmański
Hey, please report a ticket on gitlab. Information which would be useful: - ecl version (commit, where did you get it from) - configuration flags and build log - console log where things fail - what fails and backtrace for that - cygwin version (where did you get it from) - windows version Thank

Compilation failure on cygwin

2019-07-15 Thread Иван Трусков
Hello I am trying to build and use ECL on windows machine under cygwin environment However, evter it is built, there arises a problem when i try to compile any lisp files, for example when running examples/build/readme.lisp Inspecting with gsb gives the picture of stack overflow on handling some ex