Hello, I am having trouble getting the http server to run on Linux 2.0
under scsh-0.4.4.
Here is the output:
[decouto@bermuda net]$ ./server.scm
Error: exception
(symbol->string "http-reply")
[decouto@bermuda net]$
When I tried to use symbol->string in the interpreter, I received an
error also.
(symbol->string "foo")
Warning: argument type error
(symbol->string "foo")
(procedure wants: (:symbol))
(arguments are: (:string))
Error: exception
(symbol->string "foo")
I was unable to find the symbol->string call anywhere in the scsh net
sources, but I found
(define-enum-constant "http-reply" name val)
in define-http-reply-codes. I tried switching "http-reply" to
'http-repl (since it is symbol->string, not string->symbol). I don't
know if this is the right idea.
If I simply missed an obvious thing to do, please let me know.
Thanks,
Doug
--
Douglas S. J. De Couto <decouto@graphics.lcs.mit.edu>
<http://web.mit.edu/decouto/www/home.html>
|