Skip to content
New issue

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

load-image fails: push-module-directory undefined #65

Open
rockola opened this issue Oct 25, 2020 · 1 comment
Open

load-image fails: push-module-directory undefined #65

rockola opened this issue Oct 25, 2020 · 1 comment
Labels

Comments

@rockola
Copy link

rockola commented Oct 25, 2020

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.

@arbv arbv added the bug label Oct 29, 2020
@arbv
Copy link
Member

arbv commented Oct 29, 2020

Thanks for reporting the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants