From: Tunc S. <si...@EE...> - 2001-10-01 20:05:50
|
Hi Marcio; Matlisp 1.0b doesn't support Allegro 6.0 for a very few reasons. Although I don't remember all of them the major reason was because of the version of defsystem.lisp that was distributed with matlisp 1.0b. All these problems were fixed, however a new release was not made. You may however, use CVS to checkout the current source files directly from SourceForge. These sources will work with your Allegro system. The only potential problem is that if Allegro trial version has a memory limit then matlisp may (or may not) try that limit. Good luck, Tunc On Sun, 30 Sep 2001, Marcio Luis Teixeira wrote: > > Hi there, > > I was wanting to try out Matlisp using the trial edition of Allegro > Common Lisp 6.0 > but here is what happens: > > CL-USER(1): (load "start.lisp") > ; Loading /home/marciot/matlisp-1.0b/start.lisp > ; Loading /home/marciot/matlisp-1.0b/config.lisp > ; Loading /home/marciot/matlisp-1.0b/system.dcl > Error: No translation rule for #p"matlisp:;code;packages.fasl" > [condition type: SIMPLE-ERROR] > > I'm fairly new at LISP, so the error message makes no sense to me. Any > ideas? > > Thanks, > > Marcio Luis Teixeira > > > > > _______________________________________________ > Matlisp-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matlisp-users > |