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

Problem loading system.lisp #2

Closed
ghost opened this issue May 15, 2019 · 1 comment
Closed

Problem loading system.lisp #2

ghost opened this issue May 15, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented May 15, 2019

Hello i get this error by (load "system.lisp"):

  • (load "system.lisp")

File-error in function LISP::INTERNAL-LOAD: "system.lisp" does not exist.
[Condition of type KERNEL:SIMPLE-FILE-ERROR]

Restarts:
0: [CHECK-AGAIN] See if it exists now.
1: [USE-VALUE ] Prompt for a new name.
2: [CONTINUE ] Return NIL from load of "system.lisp".
3: [ABORT ] Return to Top-Level.

Debug (type H for help)

(LISP::INTERNAL-LOAD #P"system.lisp" NIL :ERROR NIL ...)
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists:
target:code/load.lisp.

@robert-strandh
Copy link
Owner

Hello,

Maybe the documentation is not up to date, but that is not the way to
install Gsharp. You should do (asdf:load-system '#:gsharp).

However, Gsharp is currently broken, due to recent updates of McCLIM.
I do not have time to work on it at the moment. Plus, I am planning
a second version of Gsharp, so I am not very motivated to work
on the existing code.

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

No branches or pull requests

1 participant