Cocoa examples fail under OSX 10.2 ("Jaguar")
Gary Byers <[email protected]> Tue, 3 Sep 2002 14:38:32 -0600 (MDT)
| Newsgroups | gmane.lisp.openmcl.bugs |
|---|---|
| Message-ID | <[email protected]> |
The Cocoa examples distributed with OpenMCL fail under OSX 10.2.
The examples try to trick the MacOS window manager into believing
that the current application was launched from inside a "bundle"
directory (see the function BASH-ARGV.) Apparently, the Jaguar
window manager is less easily fooled.
Jaguar may offer a supported way of dynamically loading and
initializing Cocoa code ("NSApplicationLoad").