On Thu, Oct 14, 2010 at 2:00 AM, Ilya Kliot <plu...@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
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to