Re: Trouble with compiled file using UFFI
From: Matthew Danish (mdanish_at_andrew.cmu.edu)
Date: 04/30/04
- Next message: Dave Roberts: "Re: Trouble with compiled file using UFFI"
- Previous message: Friedrich Dominicus: "Re: Lisp Development on Mac OS X"
- In reply to: Dave Roberts: "Trouble with compiled file using UFFI"
- Next in thread: Dave Roberts: "Re: Trouble with compiled file using UFFI"
- Reply: Dave Roberts: "Re: Trouble with compiled file using UFFI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Apr 2004 03:10:55 -0400
On Fri, Apr 30, 2004 at 06:13:12AM +0000, Dave Roberts wrote:
> So, it looks like it isn't executing the (uffi:load-foreign-library ...)
Indeed, it is a bug in CMUCL. The work-around is to have the
LOAD-FOREIGN-LIBRARY form in a separate file from any uses of the
foreign library, and to compile/load it beforehand separately.
-- ; Matthew Danish <mdanish@andrew.cmu.edu> ; OpenPGP public key: C24B6010 on keyring.debian.org ; Signed or encrypted mail welcome. ; "There is no dark side of the moon really; matter of fact, it's all dark."
- Next message: Dave Roberts: "Re: Trouble with compiled file using UFFI"
- Previous message: Friedrich Dominicus: "Re: Lisp Development on Mac OS X"
- In reply to: Dave Roberts: "Trouble with compiled file using UFFI"
- Next in thread: Dave Roberts: "Re: Trouble with compiled file using UFFI"
- Reply: Dave Roberts: "Re: Trouble with compiled file using UFFI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]