I expect this is a problem with an easy fix, but I don't understand enough about chez scheme configuration to figure it out myself. So my apologies for bothering you all with it.
I don't have administrator privileges on my workstation, so I compiled and installed chez scheme in my home directory with
it manages to compile a fair amount, but eventually dies with
cannot find compatible /scheme.boot in search path
"~/chezscheme/lib/csv%v/%m"
As far as I can tell from the chez scheme documentation, that is the correct search path, and the directories ~/chezscheme/lib/csv9.5.6/a6le/ and ~/chezscheme/lib/csv9.5.6/ta6le/ do contain scheme.boot files. I have tried setting SCHEMEHEAPDIRS explicitly but it doesn't seem to help. What do I need to do?
I expect this is a problem with an easy fix, but I don't understand enough about chez scheme configuration to figure it out myself. So my apologies for bothering you all with it.
I don't have administrator privileges on my workstation, so I compiled and installed chez scheme in my home directory with
When I then try to compile Idris 2 with
it manages to compile a fair amount, but eventually dies with
As far as I can tell from the chez scheme documentation, that is the correct search path, and the directories
~/chezscheme/lib/csv9.5.6/a6le/
and~/chezscheme/lib/csv9.5.6/ta6le/
do containscheme.boot
files. I have tried settingSCHEMEHEAPDIRS
explicitly but it doesn't seem to help. What do I need to do?