You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the :serial t option should be in the module definition:
(asdf:defsystem "paip"
:default-component-class paip-source-file
:version "0.1"
:author "Peter Norvig"
:license "MIT"
:components ((:module "lisp"
:serial t
:components
((:file "auxfns")
(:file "tutor")
(:file "examples"))))
:description "Lisp code for the textbook \"Paradigms of Artificial Intelligence Programming\"")
The text was updated successfully, but these errors were encountered:
lispm
changed the title
asdf definition for paip in paip.asd
asdf definition for paip in paip.asd : serial option should move to the module definition
Mar 17, 2018
the :serial t option should be in the module
definition:
The text was updated successfully, but these errors were encountered: