Re: [usocket-devel] CLISP problems

2008-04-23 Thread Leslie P. Polzer
> Yes: I've been unable to use implementation-provided streams with > self-created sockets. This means using CFFI would require me to fall > back to gray streams *and* I would need to emulate any > implementation-provided byte->character recoding (external format > conversion) support. I'd rather

Re: [usocket-devel] CLISP problems

2008-04-23 Thread Erik Huelsmann
Hi Leslie, On Mon, Apr 21, 2008 at 9:56 AM, <[EMAIL PROTECTED]> wrote: > > Hello, > > CLISP 2.41 gives me the following: > > ;; Loading file /home/sky/.sbcl/site/usocket-0.3.5/backend/clisp.fas ... > ** - Continuable Error > FFI::FIND-FOREIGN-FUNCTION: foreign function "gethostname" does no

[usocket-devel] CLISP problems

2008-04-21 Thread leslie . polzer
Hello, CLISP 2.41 gives me the following: ;; Loading file /home/sky/.sbcl/site/usocket-0.3.5/backend/clisp.fas ... ** - Continuable Error FFI::FIND-FOREIGN-FUNCTION: foreign function "gethostname" does not exist Changing backend/clisp.lisp thus (in pseudo-diff format): (FFI:DEF-CALL-OUT get-ho