Re: Re: gtk problems??
Gary Byers <[email protected]> Tue, 24 Sep 2002 09:03:45 -0600 (MDT)
| Newsgroups | gmane.lisp.openmcl.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 23 Sep 2002, karim haddad wrote: > Thank you for your reply > > I will cvs right now and test it again > Concerning the parse-ffi, this is the output: > > ? (require "PARSE-FFI") > > > "PARSE-FFI" > ? (parse-standard-ffi-files :gtk) > > > > Error: Undefined function PARSE-STANDARD-FFI-FILES called with > arguments (:GTK) . > > While executing: "Unknown" > > Type :GO to continue, :POP to abort. > > If continued: Retry applying PARSE-STANDARD-FFI-FILES to (:GTK). > Type :? for other options. > 1 > PARSE-STANDARD-FFI-FILES really should be exported from the CCL package. Until it is, the documentation should note that it isn't, and the example of its use should probably be changed to something like: ... ? (ccl::parse-standard-ffi-files :SUBDIR) ; may not be exported from "CCL" ...