[clbuild-devel] [cffi-devel] uffi.asd vs uffi-compat.asd

Luís Oliveira luismbo at gmail.com
Sat Aug 22 13:59:37 UTC 2009


On Sat, Aug 22, 2009 at 9:59 AM, Leslie P.
Polzer<sky at viridian-project.de> wrote:
> Not a short-term option, unfortunately. How about making it obvious that
> cffi-uffi-compat is loaded? This way we could give the user instructions
> to install the real uffi.

#+sbcl
(eval-when (:compile-toplevel :load-toplevel :execute)
  (when (find-package :cffi-uffi-compat)
    (error "...")))

That should work, right?

-- 
Luís Oliveira
http://student.dei.uc.pt/~lmoliv/




More information about the clbuild-devel mailing list