[Openmcl-devel] win64 & asdf-install

Victor M. samsaga2 at gmail.com
Fri Feb 26 08:15:06 PST 2010


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