quicklisp-client
quicklisp-client copied to clipboard
quicklisp causes Maxima fail to start
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/
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.