[Prev][Next][Index][Thread]

Re: tcp-stream.lisp



At 9:49 AM -0400 12/2/96, Mark Klein wrote:
>I downloaded the latest tcp-stream.lisp, as suggested in a recent posting
>to www-cl. When the compiled file was loaded I got "undefined function"
>warnings for the functions ccl::conn and ccl::with-connection-grabbed.
>Since then my server does not seem to work. Foolish trusting me didn't keep
>a copy of the old tcp-stream.lisp. Where can I get a working
>tcp-stream.lisp?
>
>I am running CL-HTTP 60.57 on Mac CL 3.9
>
>I'd be grateful for a quick response because I have a demo coming up in a
>couple of work days.

ccl::with-connection-grabbed is defined inside an
(eval-when (:compile-toplevel :execute) ...) in "http:mac;server;xmactcp.lisp".
Hence, it's only defined if you compile "xmactcp.lisp" in the same session as
"tcp-stream.lisp". Remove the files "xmactcp.pfsl" and "tcp-stream.pfsl"
from the "http:mac;server;" folder and reload CL-HTTP.




References: