We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the bug.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: