cormanlisp icon indicating copy to clipboard operation
cormanlisp copied to clipboard

load-image fails: push-module-directory undefined

Open rockola opened this issue 5 years ago • 1 comments

I saved an image, restarted the IDE, and tried to reload it.

;; Corman Lisp 3.1 (Patch level 2) ;; Copyright © Corman Technologies Inc. See LICENSE.txt for license information. ;; User: ola. (cormanlisp:load-image "c:/users/ola/My Documents/karo/karo-image") ;; Corman Lisp 3.1 (Patch level 2) ;; Copyright © Corman Technologies Inc. See LICENSE.txt for license information. ;; User: ola. ;;; An error of type UNDEFINED-FUNCTION was detected in function #< COMPILED-FUNCTION: #xDBB228 >: ;;; Error: The function PUSH-MODULE-DIRECTORY is undefined ;;; Entering Corman Lisp debug loop. ;;; Use :C followed by an option to exit. Type :HELP for help.

My guess is that this fails because the two first lines in init.lisp which call push-module-directory do not specify the CCL package.

rockola avatar Oct 25 '20 08:10 rockola

Thanks for reporting the bug.

arbv avatar Oct 29 '20 17:10 arbv