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
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.
chicken-install srfi-111
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to compile schemepunk using CHICKEN Scheme I get the following compilation error:
A
chicken-install srfi-111
fixes the problem.The text was updated successfully, but these errors were encountered: