quicklisp-client icon indicating copy to clipboard operation
quicklisp-client copied to clipboard

quicklisp causes Maxima fail to start

Open ekd123 opened this issue 12 years ago • 1 comments

I'm using SBCL and Maxima (compiled with SBCL)

;;; The following lines added by ql:add-to-init-file:
#-quicklisp
(let ((quicklisp-init (merge-pathnames ".local/share/setup.lisp"
                                       (user-homedir-pathname))))
  (when (probe-file quicklisp-init)
    (load quicklisp-init)))

If this code is here, Maxima will fail to start: #<THREAD "main thread" RUNNING {1004F29413}>: Can't create directory /builddir/

ekd123 avatar Feb 14 '13 13:02 ekd123

Same here. Tried to start Maxima with maxima -X --no-userinit, but It looks like it's too late to ask for that, so SBCL won't launch in such configuration.

wvxvw avatar Sep 11 '14 21:09 wvxvw