3

Arc3.1とRacketをWindows7マシンにダウンロードしました。http://www.arclanguage.org/item?id=12397で説明されているように、多くのエラーを解決しました。 入力する(nsv)と、次のエラーが発生localhost:8080し、空白になります。

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
4

1 に答える 1

0

cygwin の設定に問題があるようです。見つかりませんrm。cygwin バイナリをパスに入れる必要がありますか?

また、意味をなさない/dev/urandomので、おそらく cygwin が翻訳しているはずです。C:/dev/urandom

于 2012-03-01T14:13:00.327 に答える