[CM] plotter on MCL 5.0 and OSX 10.3.2

Sean Ferguson ferguson@music.mcgill.ca
Fri, 2 Jan 2004 22:58:41 -0500


--============_-1139020168==_ma============
Content-Type: text/plain; charset="iso-8859-1" ; format="flowed"
Content-Transfer-Encoding: quoted-printable

Does plotter work on OSX 10.3.2 with MCL 5.0?

I was able to compile all the files, but calling (plotter) or

(plotter (new plot
               points (loop with f =3D 2.5
                            for x from 0 to 1 by .01
                            collect (new point x x y (sin (* x f 2 pi)))))
          :window-title "A Little Sin")

returns the following error:

>  Error: #<Compiled-function XY Macroexpander=20
>#x246B9B6> can't be FUNCALLed or APPLYed.
>  While executing: CCL::DEFAULT-INITARGS
>  Type Command-. to abort.
See the Restarts=8A menu item for further choices.

The macro xy is defined in draw.lisp but I'm not=20
sure where an attempt is being made to funcall or=20
apply it.

Again, any help would be appreciated.

Sean Ferguson
--============_-1139020168==_ma============
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type=3D"text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>plotter on MCL 5.0 and OSX
10.3.2</title></head><body>
<div>Does plotter work on OSX 10.3.2 with MCL 5.0?</div>
<div><br></div>
<div>I was able to compile all the files, but calling (plotter)
or</div>
<div><br></div>
<div>(plotter (new plot<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp; points (loop with f =3D 2.5<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp; for x from 0 to 1 by .01<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span
></span>&nbsp;&nbsp;&nbsp;&nbsp; collect (new point x x y (sin (* x f
2 pi)))))</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :window-title
&quot;A Little Sin&quot;)</div>
<div><br></div>
<div>returns the following error:</div>
<div><br></div>
<div>&gt; Error: #&lt;Compiled-function XY Macroexpander #x246B9B6&gt;
can't be FUNCALLed or APPLYed.<br>
&gt; While executing: CCL::DEFAULT-INITARGS<br>
&gt; Type Command-. to abort.</div>
<div>See the Restarts=8A menu item for further choices.</div>
<div><br></div>
<div>The macro xy is defined in draw.lisp but I'm not sure where an
attempt is being made to funcall or apply it.</div>
<div><br></div>
<div>Again, any help would be appreciated.</div>
<div><br></div>
<div>Sean Ferguson</div>
</body>
</html>
--============_-1139020168==_ma============--