[Openmcl-devel] Aquamacs can't find openmcl

Tobias C. Rittweiler tcr at freebits.de
Sun Aug 17 05:07:01 PDT 2008


Susan Epstein <slepstein at mindspring.com> writes:

> I have the 64-bit version of openmcl installed in ~/ccl on a Mac with 
> an Intel Core 2 Duo and Aquamacs distribution 1.4.
>
> Per the instructions, I put
>   (setq inferior-lisp-program "~/ccl/scripts/ccl64")

It could be that the ~ isn't resolved. Either resolve it yourself, or
use `expand-file-name', i.e.

  (setf inferior-lisp-program (expand-file-name "~/ccl/..."))

  -T.




More information about the Openmcl-devel mailing list