[CM] trying clm with cmucl on
shreeswifty
ppagano@bellsouth.net
Wed, 26 Jun 2002 18:21:11 -0400
Ok
i grabbed that file
and ran lisp
(loaded "all.lisp")
with no problems
(compile-file "pvoc.ins")
no problems
(load "pvoc")
;Loading #p"/root/CLM/clm-2/pvoc.x86f".
Error in function COMMON-LISP::FOREIGN-SYMBOL-ADDRESS-AUX:
Unknown foriegn symbol: "clm_lnxcmu_pvoc2"
Pat Pagano, Director
South East Just Intonation Society
http://www.screwmusicforever.com/SHREESWIFT/
----- Original Message -----
From: Bill Schottstaedt <bil@ccrma.Stanford.EDU>
To: Pat Pagano <ppagano@bellsouth.net>
Cc: <cmdist@ccrma.Stanford.EDU>
Sent: Wednesday, June 26, 2002 7:50 AM
Subject: Re: [CM] trying clm with cmucl on
> > cc: /root/CLISP/clm-2/io.c: No such file or directory
>
> clisp renames io.c and friends to saved-io.c since it (clisp)
> writes a temporary file named io.c during compilation of
> io.lisp. So, as Fernando says, the simplest thing is to
> start from the tarball. Also, I noticed that clm1.lisp
> cmucl support was only half-complete, so I finished it
> yesterday (there's a new clm-2.tar.gz at ccrma-ftp).