[CM] more re: CM and cm-gtk

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Fri, 31 Mar 2006 11:05:13 -0800


On Fri, 2006-03-31 at 07:10 -0600, Rick Taube wrote:
> do you have rts loaded as well? that might be a problem -- im about  
> ready to give up with rts in sbcl.

Arghh... that'd be too bad... it was working in the snapshot I have been
using. Which version of sbcl are you trying?

-- Fernando

> i can load cm-gtk in sbcl 0.9.7 and cmucl and (cmio) works:
> 
> cm -l sbcl
> (use-system :cm-gtk)
> (cmio)
> 
> On Mar 31, 2006, at 7:08 AM, Dave Phillips wrote:
> 
> > Rick Taube wrote:
> >
> >> perhaps somehow one system is loaded which loads another that  
> >> depends on the first?
> >> in order to figure this out, make sure that you do NOT  
> >> have .cminit.lisp file and that your src/cm.lisp isnt loading any  
> >> systems either.
> >
> > Hi Rick:
> >
> >  I removed ~/.cminit.lisp and just used use-system in the REPL. The  
> > cm-gtk module appeared to compile and load just fine. I evaluated  
> > (cmio), the tabbed GUI appeared, but it was DOA. It didn't respond  
> > to mouse clicks and I eventually had to kill the whole inferior  
> > lisp process.
> >
> >  Does it matter that there are two files named periodic.lisp, one  
> > in cm-gtk and one in rts ?
> >
> >  SBCL 1:0.9.9, kernel 2.6.14, CVS CM and modules.
> >
> > Best,
> >
> > dp