[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Rainy day on XNS server
- To: Gregor.PA@Xerox.COM
- Subject: Rainy day on XNS server
- From: "MAZIERE_TAURAN_CHRISTOPHE.CBVMANRXF"@Xerox.COM
- Date: 5 Mar 90 04:26:56 PST (Monday)
- Cc: CommonLoops.PA@Xerox.COM
- Sender: "MAZIERE_TAURAN_CHRISTOPHE.CBVMANRXF"@Xerox.COM
Hi,
We have many problems to obtain the new version of PCL through the bitftp
method.
I have got 5 Parts of the Uuencoded tarfile (Part 19, 14, 7, 2, 16) but
after this I have received an Email from CINSupport:All Areas:Xerox which
said:
"Do not request files from Arpa Internet archive servers because the Xerox
CIN transatlantic lines and mail servers do not have the capacity to handle
the huge tarfiles You requested. Please find a way to obtain the files you
want directly in Europe without going through the Xerox Arpanet gateway".
Could it be possible to put the Rainy Day release on {NB:Parc:Xerox}<PCL> (
source code and DFASL) ?
Christophe Maziere-Tauran
Rank Xerox France.
Received: from arisia.Xerox.COM by arisia with SMTP
(5.61+/IDA-1.2.8/gandalf) id AA01098; Mon, 5 Mar 90 09:38:48 -0800
Received: from arisia.Xerox.COM by arisia with SMTP
(5.61+/IDA-1.2.8/gandalf) id AA01054; Mon, 5 Mar 90 09:37:59 -0800
Received: from arisia.Xerox.COM by arisia with SMTP
(5.61+/IDA-1.2.8/gandalf) id AA01023; Mon, 5 Mar 90 09:37:36 -0800
Received: from arisia.Xerox.COM by arisia with SMTP
(5.61+/IDA-1.2.8/gandalf) id AA01007; Mon, 5 Mar 90 09:37:27 -0800
Received: from arisia.Xerox.COM by arisia with SMTP
(5.61+/IDA-1.2.8/gandalf) id AA00991; Mon, 5 Mar 90 09:37:20 -0800
Received: from arisia.Xerox.COM by arisia with SMTP
(5.61+/IDA-1.2.8/gandalf) id AA00975; Mon, 5 Mar 90 09:37:13 -0800
Received: from arisia.Xerox.COM by arisia with SMTP
(5.61+/IDA-1.2.8/gandalf) id AA00966; Mon, 5 Mar 90 09:37:08 -0800
Received: from arisia.Xerox.COM by arisia with SMTP
(5.61+/IDA-1.2.8/gandalf) id AA00956; Mon, 5 Mar 90 09:37:00 -0800
Received: from Xerox.COM by arisia with SMTP
(5.61+/IDA-1.2.8/gandalf) id AA00944; Mon, 5 Mar 90 09:36:53 -0800
Received: from Cabernet.ms by ArpaGateway.ms ; 05 MAR 90 08:03:10 PST
Return-Path: <dganglin@watstat.waterloo.edu>
Redistributed: CommonLoops.pa
Received: from watstat.waterloo.edu ([129.97.129.33]) by Xerox.COM ; 05 MAR
90 07:52:20 PST
Received: by watstat.waterloo.edu
id <AA21037>; Mon, 5 Mar 90 10:52:08 EST
Date: Mon, 5 Mar 90 10:52:08 EST
From: Greg Anglin <dganglin@watstat.waterloo.edu>
Message-Id: <9003051552.AA21037@watstat.waterloo.edu>
To: CommonLoops.pa@Xerox.COM
Subject: generic fcn describe in Rainy Daay
I have successfully compiled Rainy Day PCL in Coral Allegro CL 1.2.2 (not
1.3). Everything
seems to work just fine except for generic function describe:
? (defclass foo ()
((bar :accessor bar :initarg :bar)))
#<Standard-Class FOO 3746532>
? (defmethod describe ((f foo))
(format t "~&BAR ~S" (bar f))
(values))
> Error: DESCRIBE already names an ordinary function or a macro,
you may want to replace it with a generic function, but doing so
will require that you decide what to do with the existing function
definition.
The PCL-specific function MAKE-SPECIALIZABLE may be useful to you.
> While executing: PCL::GENERIC-CLOBBERS-FUNCTION
> Type Command-/ to continue, Command-. to abort.
1 >
With Victoria Day PCL in ACL 1.2.2 I had no difficulty with describe. Has
there been a
change in the specification, or is this just a problem with the antiquated
ACL I'm
using?
Thanks,
Greg Anglin (dganglin@watstat.waterloo.edu)
Department of Statistics and Actuarial Science
University of Waterloo
Waterloo, ON N2L 3G1