[cl-pdf-devel] CMUCL compatibility fixes and new colorhandlingcode

Klaus Weidner klaus at atsec.com
Tue Apr 13 19:16:58 UTC 2004


On Tue, Apr 13, 2004 at 08:49:24PM +0200, Marc Battyani wrote:
> Does this change if the (load-zlib) call is put in another file ?

No, unless you move the load-foreign-library call along with it (which is
roughly equivalent to what my patch did).

It looks as if any Lisp file containing an uffi:def-function cannot be
loaded in CMUCL unless the foreign library has already been linked in
using uffi:load-foreign-library, so these two must be in separate files.

Something like this:

- load file containing code using uffi:load-foreign-library

- call it at load time, (i.e. via the (load-zlib) at toplevel)

- load file containing uffi:def-function

-Klaus




More information about the cl-pdf-devel mailing list