[Openmcl-devel] win64 & asdf-install
R. Matthew Emerson
rme at clozure.com
Tue Mar 2 18:34:01 PST 2010
Is anyone maintaing the upstream asdf-install?
I don't really want to maintain a fork of asdf-install for ccl, and it would be preferable to see these changes make it upstream.
On Feb 26, 2010, at 11:15 AM, Victor M. wrote:
> At least asdf-install works on my windows 7 64 bits but I've changed
> some things:
>
> (push :win32 *features*)
> (in-package :asdf-install)
> (setq *cygwin-bin-directory* "c:/Users/Victor/cygwin/bin/")
> (setq *gnu-tar-program* "tar.exe")
> (in-package :cl-user)
>
> asdf-install only test :win32 features and the 64bits version of
> clozurecl haven't it.
>
> In the asdf-install/ports.lisp file, function symlink-files, I've
> changed the line:
> (command (format nil "ln -s ~s ~s" old new)))
> to
> (command (format nil "ln -s '~a' '~a'" old new)))
> because it was escaping double quotes
More information about the Openmcl-devel
mailing list