Fw: Windows 10

2020-11-26 Thread Daniel Kochmański
Garrett: please put ecl-devel as the address (that may be my fault that I've hit reply earlier). Re your problem, please ensure, that c compiler is in the path. Oryginalna wiadomość ‎ 26 lis 2020, 20:45, Garrett Dangerfield napisał(a): I got a compile to work with Visual Studio

Re: Windows 10

2020-11-26 Thread Daniel Kochmański
You don't call configure on msvc build, check out install file and the manual Wysłano z aplikacji ProtonMail Oryginalna wiadomość ‎ 26 lis 2020, 17:58, Garrett Dangerfield napisał(a): > So if I use Visual Studio, will I still use cygwin to do the ./configure? > > On Thu, Nov 26

Re: Windows 10

2020-11-26 Thread Daniel Kochmański
‐‐‐ Original Message ‐‐‐ On Thursday, 26 November 2020 17:51, Garrett Dangerfield wrote: > I tried your suggestions and I tried the cygwin patch as well, no luck, > that's why I tried to pull cygwin out of the equation. Neither seem to be > producing an EXE that could understand an ext

Re: Static Compilation Issues

2020-11-26 Thread Daniel Kochmański
Hey Ava, are all dependencies specified in drakma? i.e sb-bsd-sockets, uiop and asdf? If not, please try add them as dependencies of your project. If that doesn't work then please file an issue with a source code you've used and dump from the console of what is happening (including commands you is

Re: Windows 10

2020-11-26 Thread Daniel Kochmański
ECL may be build with cygwin/mingw, then it works with cygwin/mingw runtime. You may also use MSVC, then you need to enter the msvc directory and issue nmake (see documentation for more precise instructions). That said, did you try my previous suggestion with passing appropriate flags to cygwin