-I / -A not working for lib-dirs in $HOME
Opened this issue · 3 comments
klartext commented
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.
justinethier commented
Thanks for the bug report. Is this with the latest version of Cyclone?
klartext commented
It was the newest version at the time of creating the Issue (v0.35.0).
klartext commented
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.
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...