cl-cookieproject icon indicating copy to clipboard operation
cl-cookieproject copied to clipboard

Error on calling 'make run': asdf-user does not designate any package

Open mooseyboots opened this issue 3 years ago • 1 comments

when i try to run make run as per the readme, i get

While evaluating the form starting at line 1, column 0
  of #P"/home/mouse/code/cl/cookie-lisp-project/cookie-lisp-project.asd":
While evaluating the form starting at line 16, column 0
  of #P"/home/mouse/code/cl/cookie-lisp-project/run.lisp":

debugger invoked on a PACKAGE-DOES-NOT-EXIST in thread
#<THREAD "main thread" RUNNING {1001878103}>:
  The name "ASDF-USER" does not designate any package.

so it is baulking at (in-package :asdf-user).

do you have any suggestions? i'm a cl novice.

mooseyboots avatar Aug 01 '22 07:08 mooseyboots

Hello, damn, I don't like ASDF errors^^

Let's get to it in order… what's your ASDF and Lisp version?

$ rlwrap sbcl
* (asdf:asdf-version)
;; ?
* (lisp-implementation-version)
;; ?

vindarel avatar Aug 01 '22 12:08 vindarel

I can't reproduce, happy to re-open with more information.

vindarel avatar Jan 30 '23 16:01 vindarel