Command line on LW Windows
Hello,
I am trying to launch a LispWorks 6.1 process from Clozure CL.
It is invoked from CCL like this (this is the exact command constructed in CCL):
> C:\Progra~1\LispWorks\lispworks-6-1-0-x86-win32 -init - -siteinit - -eval (load #P"C:/lisp/cl-test-grid/agent/proc-common.lisp") -eval (set-response #P"C:/lisp/cl-test-grid/work-dir/agent/response2714567116176465343.lisp" "abcs *() { /d e11 ") -eval (lispworks:quit)
LispWorks is launched but falls into the debugger with the following error:
> Reader cannot find package C.
The string argument to READ-FROM-STRING being:
> "(load #P\\C:/lisp/cl-test-grid/agent/proc-common.lisp\\)"
It seems something wrong happened to the quotes around the pathname.
Do you know how can I work around this problem?
Best Regards,
Camille
_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html