[Openmcl-devel] Cocoa ide on windows

Bharath kumar bshetty at gmail.com
Tue Feb 3 09:30:04 PST 2015


R. Matthew Emerson <rme <at> clozure.com> writes:

> 
> 
> On Feb 1, 2011, at 3:44 AM, Marko Kocić wrote:
> 
> > Nice spot ;)
> > The good news is that I was able to run 32 bit version.
> > The bad news is that cocoa is still not working. After I try to
> > require it. it waits a little, listener window is opened but frozen,
> > and I get the following error:
> > 
> > ;Loading #P"ccl:cocoa-ide;fasls;search-files.wx32fsl.newest"...
> > ;Loading #P"ccl:cocoa-ide;fasls;start.wx32fsl.newest"...
> > "cocoa"
> > ("FAKE-CFBUNDLE-PATH" "IDE-BUNDLE" "OBJC-PACKAGE" "SEQUENCE-UTILS"
> > "NAME-TRANSLATION" "OBJC-CLOS" "OBJC-RUNTIME" "BRIDGE
> > " "OBJC-SUPPORT" "COMPILE-HEMLOCK" "HEMLOCK" "SWANK-LISTENER" "COCOA" 
"cocoa")
> > ? Unhandled exception -1 (windows code 0xc00000fd) at 0x763b9b60,
> > context->regs at 0x444230e0
> > ? for help
> > [1508] Clozure CL kernel debugger: b
> > current thread: tcr = 0x7ef4fe88, native thread ID = 0x3c0, interrupts 
enabled
> > 
> > 
> > Bogus frame 3f6a760
> > [1508] Clozure CL kernel debugger:
> 
> Please update and give it another try.  It should at least give you a 
working listener window now.
> 
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel <at> clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
> 


Is cocoa-ide working with cocotron on windows now? 

1) I am running ccl 1.10
C:\ccl>wx86cl.exe
Welcome to Clozure Common Lisp Version 1.10  (WindowsX8632)!

2) rebuilt the image succcessfully thus( on 32 bit version):
   (ccl::rebuild-ccl :clean t)

3) restarted wx86cl.exe and typed the following:
   (ccl::rebuild-ccl :clean t)
4) get the following response
> Error: Foreign variable "kCFCoreFoundationVersionNumber" not found
> While executing: %LOAD-VAR, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.

Running the same commands on the 64 bit version still returns the original 
error message(in this mail trail):
> Error: Unknown foreign type: :OBJC_OBJECT
> While executing: %PARSE-FOREIGN-TYPE, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.

Regards,
Bharat


More information about the Openmcl-devel mailing list