Re: [usocket-devel] SBCL cannot compile trunk (sometimes...)

2008-07-21 Thread Erik Huelsmann
Done. Thanks for your report! (PS: The others I still have to do, but I'm aware of them!) Bye, Erik. On Mon, Jul 21, 2008 at 6:11 PM, Chun Tian (binghe) <[EMAIL PROTECTED]> wrote: > Hi, Erik > > Would you please put (defun DATAGRAM-USOCKET-P) on behind of (defclass > DATAGRAM-USOCKET)? It seem

[usocket-devel] SBCL cannot compile trunk (sometimes...)

2008-07-21 Thread Chun Tian (binghe)
Hi, Erik Would you please put (defun DATAGRAM-USOCKET-P) on behind of (defclass DATAGRAM-USOCKET)? It seems that under some compiler options, SBCL complains that he don't know about the DATAGRAM-USOCKET type: Index: usocket.lisp ==