Re: OpenMCL 0.14.3

"bryan d. o'connor" <[email protected]> Fri, 30 Sep 2005 18:13:21 -0700
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>
> So, I downloaded openmcl-darwinppc-all-0.14.3.tar.gz and installed  
> it.  I'm trying to do some Cocoa ports of stuff that was written  
> for OS 9.  When I run OpenMCL and type:
> (ccl:cwd "/Applications/ccl/examples")
> (require 'tiny)
>

my guess is that you are running into the GetCurrentEventQueue
problem that was discussed a few months back.

Gary's post about it is here:
   http://clozure.com/pipermail/openmcl-devel/2005-April/002654.html

you might also want to grab 1.0-rc1 and test with that.
that's available at ftp://clozure.com/pub/testing/

     ...bryan