Re: Cocoa examples ...

Gary Byers <[email protected]> Thu, 17 Jul 2003 10:47:21 -0600 (MDT)
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>
That makes no sense: Cocoa doesn't use GTK, and nothing else should be
trying to use it.  (There -are- a couple of GTK-based examples in the
examples folder; they're intended to be used under Linux.)

Could you try again, with *LOAD-VERBOSE* set to T ?  E.g.,

? (setg *load-verbose* t)
T
? (require "COCOA")

and let me see what's being loaded, up to the point where the error
occurs ?

On Thu, 17 Jul 2003, Gilles Bisson wrote:

> Hi
>
> I am trying to use the Cocoa examples with OpenMCL 0.13.6 ... Even
> with the interface database installed (coming from
> (jaguar-interfaces-030601.tar.gz) I get this error. Please, where can
> I download the GTK headers ?
>
> (require "COCOA")
> >  Error: No such file or directory :
> >"/Applications/Developpement/ccl/darwin-headers/gtk/functions.cdb"
> >  While executing: CDB-OPEN
> >  Type :POP to abort.
>
> Many thanks
>
> 	Gilles
>
> --
> --------------------------------------------------------------------------
> Gilles Bisson                     | Email : [email protected]
> Charge de recherche CNRS          | WWW   : http://www-leibniz.imag.fr/
> Laboratoire LEIBNIZ - UMR 5522    | Phone : (33) 476-574-603
> 46 avenue Felix Viallet           | Fax   : (33) 476-574-602
> 38031 Grenoble Cedex  FRANCE      |
> --------------------------------------------------------------------------
>
> _______________________________________________
> bug-openmcl mailing list
> [email protected]
> http://clozure.com/cgi-bin/mailman/listinfo/bug-openmcl
>
>