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
I installed some libs in subdirs of my HOME-Dir. Then using -I or -A for cyclone gives the error message
Error: Unable to open file: "/usr/share/cyclone/srfi/152.sld"
The path I gave seems not to be considered at all.
Using icyc, the libraries are available.
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. Is this with the latest version of Cyclone?
Sorry, something went wrong.
It was the newest version at the time of creating the Issue (v0.35.0).
I tried with v0.36.0, and I now get other error messages:
".//srfi/extend-comparisons.scm" Error: Unable to compile library: (srfi 152)
Don't know about the extend-comparisions.scm. And I guess I should not need to know it.
extend-comparisions.scm
The srfi library-installation has these files:
152.c 152.meta 152.o 152.sld 152.so
so I don't know, why the library has to be compiled...
No branches or pull requests
I installed some libs in subdirs of my HOME-Dir.
Then using -I or -A for cyclone gives the error message
The path I gave seems not to be considered at all.
Using icyc, the libraries are available.
The text was updated successfully, but these errors were encountered: