From sabetts at vcn.bc.ca Mon Dec 12 00:20:15 2005 From: sabetts at vcn.bc.ca (Shawn Betts) Date: Sun, 11 Dec 2005 19:20:15 -0500 Subject: [movitz-devel] unable to create image? Message-ID: <86y82r414w.fsf@shitbender.gagrod> Hi Frode, I just grabbed a fresh copy of movitz and in sbcl did: (load "load") (in-package movitz) (create-image) after a bunch of compiling it gives the error: The function MUERTE.LIB:NAMES->INTEGER is undefined. I'll see if i can track down the problem, but I thot I'd let you know. -Shawn From frodef at cs.uit.no Sat Dec 17 17:02:38 2005 From: frodef at cs.uit.no (Frode Vatvedt Fjeld) Date: 17 Dec 2005 18:02:38 +0100 Subject: [movitz-devel] Re: unable to create image? References: <86y82r414w.fsf@shitbender.gagrod> Message-ID: <2hk6e34pxt.fsf@vserver.cs.uit.no> Shawn Betts writes: > after a bunch of compiling it gives the error: > > The function MUERTE.LIB:NAMES->INTEGER is undefined. > > I'll see if i can track down the problem, but I thot I'd let you > know. I'll have a look at it. Really that whole "named integer" thing is a failed design that should be removed anyway, I think. Thanks for the report. -- Frode Vatvedt Fjeld From frodef at cs.uit.no Sat Dec 17 20:28:25 2005 From: frodef at cs.uit.no (Frode Vatvedt Fjeld) Date: 17 Dec 2005 21:28:25 +0100 Subject: [movitz-devel] Re: unable to create image? References: <86y82r414w.fsf@shitbender.gagrod> Message-ID: <2hfyor4geu.fsf@vserver.cs.uit.no> Shawn Betts writes: > I just grabbed a fresh copy of movitz and in sbcl did: > [..] > after a bunch of compiling it gives the error: I just tried here with sbcl 0.9.6 and I got no error for (create-image) nor (dump-image). So which sbcl are you using? -- Frode Vatvedt Fjeld