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

Can't load on ECL #8

Closed
Filipp-Druan opened this issue Aug 7, 2023 · 3 comments
Closed

Can't load on ECL #8

Filipp-Druan opened this issue Aug 7, 2023 · 3 comments

Comments

@Filipp-Druan
Copy link

Hello!
When I tried to load trivial-extensible-sequences on ECL I had:

(ql:quickload 'trivial-extensible-sequences)
To load "trivial-extensible-sequences":
Load 1 ASDF system:
trivial-extensible-sequences
; Loading "trivial-extensible-sequences"
[package org.shirakumo.trivial-extensible-sequences.fallback].
;;; Internal error:
;;; ** There is no package with the name SEQUENCE.
Condition of type: COMPILE-FILE-ERROR
COMPILE-FILE-ERROR while compiling #<cl-source-file "trivial-extensible-sequences" "fallback">

Can you fix this bug?
Thanks.

@Filipp-Druan
Copy link
Author

I read the documentation, but I don't understand what specific commands to enter.

@Hellseher
Copy link

This might be related (closed) Shirakumo/cl-gltf#3.

@toonnyy8
Copy link
Contributor

This error should be caused by the misuse of sequence:elt on lines 190 and 198 of fallback.lisp. Changing it to the sequences:elt defined above should solve the error.

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

4 participants