Hi,
I tried to help on this one but came up with a command line nightmare using LWW64. Basically, there is some obscure quoting mechanism for which I don't know the rules. I can do this on the command line : c:>c:\local\LispWorks\lw-console.exe -siteinit - -init - -eval "(progn(print (+ 2 3))(quit))" and it works ok. However, I can manage to find a way to load a simple file. The obvious quoting doesn't work : C:>\local\LispWorks\lw-console.exe -siteinit - -init - -eval "(load "c:/temp/f oo.lisp")" LispWorks(R) (for the Windows(R) operating system) Copyright (C) 1987-2012 LispWorks Ltd. All rights reserved. Version 6.1.1 Saved by Fabrice as lw-console, at 20 Oct 2013 11:59 User Fabrice on ALIMANTADO
Error: Reader cannot find package c.
and I couldn't find one that does. It also fails from bash (MSYS). So if someone has a clue for that case, I will be grateful.
Best regards,
Fabrice
2013/10/17 Dave Cooper david.cooper@genworks.com
Hi,
I've been helping with ASDF regression testing on Windows, where we use a cygwin shell to run the ASDF test scripts.
We don't have LispWorks licensed for Windows currently, so I looked at using the Personal Edition. But this is apparently not possible because the ASDF tests assume a "console image," which is supposed to be created with save-image --- functionality which is not available in the Personal Edition.
So my questions are:
- Is there something I'm missing which would indeed allow me to produce
a console image (or something which behaves like one) from LWW Personal?
- If not, would anyone with a licensed LWW be willing to run the ASDF
regression tests? I will be happy to step you through the process.
For what it's worth, so far I have the following implementations covered for Windows:
Allegro CL 9.0 CCL 1.10-dev CCL 1.9 SBCL 1.1.12
Anyone who would like to test any other implementations on Windows should feel welcome to reach out to me for guidance on how to set them up as well.
-- My Best,
Dave Cooper, Genworks Support