[Ecls-list] asdf-install with ecl 10.4.1 windows7 64bit

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Thu Oct 14 08:11:11 UTC 2010


On Thu, Oct 14, 2010 at 2:00 AM, Ilya Kliot <plushe at gmail.com> wrote:

> ;;;   Invoking external command:
> ;;;   cl -Fe"C:/Users/plush/Local Settings/Temporary Internet
> Files/common-lisp/usr/ecl10.4.1/asdf/defpackage.fas"
> "C:/Users/plush/AppData/Local/Temp/EAA38.obj" "C:/Users/plush/Local
> Settings/Temporary Internet
> Files/common-lisp/usr/ecl10.4.1/asdf/defpackage.obj"   /LD /link
> /incremental:no /nologo /nodefaultlib:libcmt /nodefaultlib:libcmtd
> /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib
> ecl.lib user32.lib ws2_32.lib shell32.lib /EXPORT:init_fas_CODE
> /LIBPATH:c:/usr/ecl10.4.1/ /IMPLIB:C:/Users/plush/Local
> Settings/Temporary Internet
> Files/common-lisp/usr/ecl10.4.1/asdf/defpackage.implib
>

This looks like a bug that was fixed not long ago: the argument to IMPLIB
should be quoted, because there are spaces in the path that follows.
"C:/Users/plush/Local Settings/Temporary Internet
Files/common-lisp/usr/ecl10.4.1/asdf/defpackage.implib"

Possible solutions: wait until next release or change the environment
variable TMPDIR, TEMP or TMP (in this precise order of priority) to point ot
a directory without spaces in it.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20101014/d32ea6d3/attachment-0001.html>


More information about the ecl-devel mailing list