[Openmcl-devel] Quartz not working in v1.10

Karsten Poeck Karsten.Poeck at gmail.com
Mon Nov 3 14:40:15 PST 2014


On 03.11.14 19:44, Ron Garret wrote:
> This works in in 1.9:
>
> Welcome to Clozure Common Lisp Version 1.9-r16286M  (DarwinX8664)!
> ? (objc:load-framework "Quartz" :quartz)
> NIL
> ? #'#/pageAtIndex:
> #<OBJC-DISPATCH-FUNCTION NEXTSTEP-FUNCTIONS:|pageAtIndex:| #x30200144C34F>
> ?
>
> but not in 1.10:
>
> Welcome to Clozure Common Lisp Version 1.10-store-r16266  (DarwinX8664)!
> ? (objc:load-framework "Quartz" :quartz)
> NIL
> ? #'#/pageAtIndex:
>> Error: Undefined function: NEXTSTEP-FUNCTIONS:|pageAtIndex:|
>> While executing: CCL::%FUNCTION, in process Listener(5).
>> Type cmd-. to abort, cmd-\ for a list of available restarts.
>> Type :? for other options.

 From svn: after (require :cocoa)

Welcome to Clozure Common Lisp Version 1.10-r16198  (DarwinX8664)!
? (objc:load-framework "Quartz" :quartz)
NIL
? #'#/pageAtIndex:
#<OBJC-DISPATCH-FUNCTION NEXTSTEP-FUNCTIONS:|pageAtIndex:| #x30200298011F>
?

Did not try the "store"-version though

Karsten




More information about the Openmcl-devel mailing list