[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MacTCP.lisp problems
- To: comp-lang-lisp-mcl@services.cambridge.apple.com
- Subject: MacTCP.lisp problems
- From: Brad Miller <miller@cs.rochester.edu>
- Date: Mon, 8 Aug 1994 19:47:06 -0400
- Newsgroups: comp.lang.lisp.mcl
- Organization: University of Rochester Computer Science Dept
- Sender: miller@cs.rochester.edu (Brad Miller)
Two questions/problems:
***
When trying to compile the library file MacTCP.lisp:
Our 7100 freezes
My Duo 280 gets the following error:
value 1.5 is not of the expeted type (or fixnum (real 1 *)).
While executing make-hash-table
(inside ccl:fasl-scan inside ccl::%compile-file)
Sure enough
(typep 1.5 '(real))
t
(typep 1.5 '(real 1))
nil
(typep 3/2 '(real 1))
t
On the duo, I'm using SoftFPU, but not on the powermac. (yet :-).
Is this a symptom of fpu lack? I'd have expected an alert or something.
Loading it uncompiled on either system seems to be ok, though.
At least until I try the telnet example; on the powermac it
freezes... just after bringing up the telnet window.
finger works though (on both machines). Telnet works fine on the Duo280,
which leads me to beleive that it's a powermac problem. The images are
otherwise identical on both machines. (yeah, I realize it's in the
"unsupported" folder, I just thought this might be a symptom of a deeper
problem, esp. since what I really need to do is write a server:
***
Separate question, is there an example of a server somewhere (tcp server
on the mac, as opposed to a client). An eval-server over tcp would be
ideal.
Thanks!
--
Brad Miller miller@cs.rochester.edu
Computer Science Dept. http://www.cs.rochester.edu/u/miller/
University of Rochester 716-275-1118 (v) 461-2018 (f)
Rochester, NY 14627-0226