I tried this example ECL repository asdf example , it works fine, but it has no asdf dependencies. If I add
: depends on (#: bottom shell)
to example.asd, then running the compiled stand-alone executable gives this error:
Condition of type: SIMPLE-PACKAGE-ERROR There exists no package with name "ASDF/DRIVER" No restarts available.
What causes this error, and what is the idiomatic way to solve asdf dependencies on ECL ?
EDIT: ββ ECL , 16.1.3 ( ), `require '.
, ,
, ASDF:
(require 'asdf) (find-package "ASDF/DRIVER")
ASDF/DRIVER. , inferior-shell (, alexandria), ASDF Quicklisp.
ECL .
//EDIT , ASDF . , .
:prologue-code '(require 'asdf)
(asdf: make-build...) . .
Source: https://habr.com/ru/post/1703713/More articles:How can the ECL include ASDF dependencies in the executable? - lispCan a Django admin user GUI disable a text box? - djangoAdding an int member to the C structure calls segfault - cAdopting ORM in an enterprise solution? - ormWindows API and GetClassName ()? Another name? - c ++Segfault from adding a variable - cThe most reliable way to check for an integer - vb.netHow to embed a mini-console in a Java application? - javahttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1703717/mouseleftbuttondown-on-canvas-requires-too-much-precision&usg=ALkJrhiycvcajbCWxObvZBdcO2ixSCZzPAFunction name scope in c - cAll Articles