[asdf-devel] ASDF's MAKE-BUILD breaks ECL's DLL target

Faré fahree at gmail.com
Thu Jun 27 20:55:25 UTC 2013


I'd like to add a test in test-bundle.script.
I tried this:

  (operate 'dll-op :test-asdf/bundle-2)
  (si:load-foreign-module (first (output-files 'dll-op :test-asdf/bundle-2)))

  (ffi:def-function "init_dll_BUNDLE_2" () :returning :void)
  (init-dll-BUNDLE-2)

But the function call fails, because it the test script is
interpreted, not compiled.
How do I call the initialization function from the interpreter?

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
It is not recognized in the full amplitude of the word that all freedom is
essentially self-liberation — that I can have only so much freedom as I
procure for myself by my ownness. — Max Stirner



More information about the asdf-devel mailing list