Issue installing on windows, built with msvc
Fabrice Leal <[email protected]> Sun, 27 Jan 2019 18:36:11 +0000
| Newsgroups | gmane.lisp.ecl.general |
|---|---|
| Message-ID | <CALqfA9MzeKmeuoDtomVruXMoBDi4Va-_oGB0tuMSg96Y3=8PWA@mail.gmail.com> |
Hi, I think I found an issue installing ecl on windows, I followed the
instructions on the INSTALL file, compilation with nmake seems to run ok,
but when I run "nmake install prefix=C:\ecl" I get this error:
for /f %i in ('type MODULES') do copy /Y %i "C:\ecl"
NMAKE : fatal error U1077: 'for' : return code '0x1'
Stop.
At the msvc directory there's a "modules" file, but it seems empty... am I
missing something?