我已经尝试过这个示例ECL存储库asdf示例,它工作正常,但它没有任何asdf依赖项.如果我添加
:依赖(#:inferior-shell)
到example.asd然后运行已编译的独立可执行文件会出现此错误:
Condition of type: SIMPLE-PACKAGE-ERROR
There exists no package with name "ASDF/DRIVER"
No restarts available.
Run Code Online (Sandbox Code Playgroud)
导致此错误的原因是什么,以及在ECL上处理asdf依赖项的惯用方法是什么?