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

Using schemepunk with CHICKEN Scheme also depends on srfi 111 #4

Open
tkurtbond opened this issue Jan 28, 2023 · 0 comments
Open

Using schemepunk with CHICKEN Scheme also depends on srfi 111 #4

tkurtbond opened this issue Jan 28, 2023 · 0 comments

Comments

@tkurtbond
Copy link

tkurtbond commented Jan 28, 2023

When I try to compile schemepunk using CHICKEN Scheme I get the following compilation error:

building schemepunk
   /usr/local/sw/versions/chicken/5.3.0/bin/csc -host -D compiling-extension -J -s -regenerate-import-libraries -setup-mode -I /usr/local/sw/src/scheme/chicken/eggs/schemepunk -C -I/usr/local/sw/src/scheme/chicken/eggs/schemepunk -R r7rs -X r7rs -debug-level 2 box.sld -o /usr/local/sw/src/scheme/chicken/eggs/schemepunk/schemepunk.box.so

Syntax error (import): cannot import from undefined module

        srfi-111

A chicken-install srfi-111 fixes the problem.

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