| I am wondering if the webserver code in arc is compatible with Windows. I remember having tried the hello world example after some bugfixes of the initial arc0 on Anarki, but for some reason the current Anarki doesn't work (obtained on Tue Feb 26 16:01:32 PST 2008). Use (quit) to quit, (tl) to return here after an interrupt.
arc> (defop hello req (pr "hello world"))
#<procedure:gs1657>
arc> (asv)
The syntax of the command is incorrect.
ready to serve port 8080
and after I redirect my browser to http://localhost:8080/hello I get a blank page and this error message in arc 'uname' is not recognized as an internal or external command,
operable program or batch file.
make-string: expects argument of type <non-negative exact integer>; given -1
=== context ===
cut
date
memodate
srvlog
gs1078
handle-request-thread
Has anyone gotten the basic arc2 web examples to work on Windows? (And can we get these fixes on Anarki?) I could work on it myself, but I wanted to check that it hadn't already been done, especially since if I recall correctly it used to work prior to arc2. |