Changeset 13883


Ignore:
Timestamp:
02/29/12 09:40:46 (11 years ago)
Author:
Mark Evenson
Message:

Kludgey fix for jna.asd.

The ABCL-ASDF system needs to be loaded for the use of the ASDF:MVN
component type in the jna.asd. Trying to explictly require this
symbol results in seemingly bogus errors from
ENSURE-DIRECTORIES-EXIST. For now, just ensure that ABCL-ASDF has
been loaded before attempting to load JNA (which seems to work fine.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/contrib/mvn/jna.asd

    r13881 r13883  
    66(asdf:defsystem :jna
    77    :version "3.0.9"
    8     :defsystem-depends-on (abcl-asdf)
     8;;    :defsystem-depends-on (abcl-asdf) ;;; XXX not working in the bowels of ASDF
    99    :components ((:mvn "com.sun.jna/jna/3.0.9")))
Note: See TracChangeset for help on using the changeset viewer.