Re: Re: Problems compiling latest CVS version
Raymond Toy <[email protected]> 26 Jun 2003 09:09:22 -0400
| Newsgroups | gmane.lisp.matlisp.user |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Nicolas" == Nicolas Neuss <[email protected]> writes: Nicolas> [email protected] (Wolfhard Buß) writes: >> Replacing the line >> >> (setf (find-class 'real) (find-class 'cl:real)) >> >> in packages.lisp with: >> >> #+:cmu (setf (pcl:find-class 'real) (pcl:find-class 'cl:real)) >> #+:allegro (setf (find-class 'real) (find-class 'cl:real)) >> >> works for me. >> >> Cheers. Nicolas> Thanks, Wolfhard. Nicolas> This more or less works. But I get still a conflict for REAL when I want Nicolas> to use both COMMON-LISP and MATLISP in some package. There should be some Nicolas> cleaner remedy. First, I apologize for not having looked at this yet. I'm pretty sure I've run into this problem and have a fix, but have not checked that in yet. Probably won't get around to it until next week. Nicolas> I have no time for the next weeks to examine further. Thus I went back to Nicolas> my stable environment with old CMUCL and old Matlisp. But later this year, Nicolas> I will surely be interested in the new Matlisp. I think that Ray's Nicolas> splitting of matrix-ref, for example, is in the right direction for Nicolas> improving performance. I was hoping Gerd's new stuff would make it faster, and some simple tests with join (which uses matrix-ref) show that it is somewhat faster. Thanks for your patience, Ray