Arc Forumnew | comments | leaders | submitlogin
Getting started question
1 point by forkiliens 6316 days ago | 2 comments
After downloading arc (and mzscheme) as described I typed /arc2$ mzscheme -m -f as.scm and got the error:<p>What does that mean?<p>default-load-handler: cannot open input file: "/usr/lib/plt/collects/mzlib/port.ss" (No such file or directory; errno=2)<p>Isn't mzscheme correctly installed or figured?<p>Thx


1 point by kens1 6316 days ago | link

Try installing and running arc in the same directory as mzscheme. I think there are some assumptions that everything is in the current directory.

-----

1 point by eds 6316 days ago | link

Looks like part of the mzlib standard library wasn't installed correctly. You might want to check if the file "/usr/lib/plt/collects/mzlib/port.ss" is actually there or not. If not, perhaps reinstalling might fix the problem.

-----