I am able to build ECL on mingw-w64 in 32-bit mode, but when I build in 64-bit mode it fails with a Lisp Initialization error. I notice that when building under MSVC there is an ECL_WIN64 make variable that must be set. Is there a similar variable for mingw-w64? If so, I have not found it.
Thanks!
Dave
Hi Dave.
Il giorno 23 giu 2017, alle ore 04:39, Dave Richards dave@synergy.org ha scritto:
I am able to build ECL on mingw-w64 in 32-bit mode, but when I build in 64-bit mode it fails with a Lisp Initialization error.
Could you post the error?
I notice that when building under MSVC there is an ECL_WIN64 make variable that must be set.
I usually set that one only when I build with msvc and nmake, as far as I know the mingw should use autoconf to build it.
Is there a similar variable for mingw-w64? If so, I have not found it.
Thanks!
Dave
Best F.