Error when I try to make clone of HN in Windows 7: 'rm' is not recognized

走远了吗. 提交于 2019-12-13 14:17:21

问题


I have downloaded Arc 3.1 and Racket to my Windows 7 machine. I have solved many errors as instructed in http://www.arclanguage.org/item?id=12397 Now when I enter (nsv) the following error occurs and localhost:8080 comes out blank:

arc> (nsv)
'rm' is not recognized as an internal or external command,
operable program or batch file.
load items:
ranking stories.
user break

=== context ===
C:\arc3.1\ac.scm:1031:20
 gs1259

ready to serve port 8080
user break

=== context ===
C:\arc3.1\ac.scm:1031:20
 gs1259

**open-input-file: cannot open input file: "C:/dev/urandom" (The system cannot fin
d the path specified.; errno=3)**

=== context ===
 rand-string
 new-fnid
 fnid
 flink
zz
zz
zz
 gs2061
 cache
 newspage
 gs2059
 gs1059
 handle-request-thread

回答1:


Sounds like there's something wrong with your cygwin setup. It can't find rm. Should the cygwin binaries be in your path or something?

Also, cygwin should probably be translating /dev/urandom, since C:/dev/urandom doesn't make sense



来源:https://stackoverflow.com/questions/9517645/error-when-i-try-to-make-clone-of-hn-in-windows-7-rm-is-not-recognized

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!