<div dir="ltr"><div dir="ltr" class="gmail_msg"><div class="gmail_msg"><div class="gmail_msg">Hello,<br class="gmail_msg"><br class="gmail_msg"></div>This is with asdf 3.1.7.27,<br class="gmail_msg">Armed Bear Common Lisp 1.4.0<br class="gmail_msg">Java 1.6.0_41 Sun Microsystems Inc.<br class="gmail_msg">OpenJDK 64-Bit Server VM,<br class="gmail_msg"></div>Emacs & Slime<br class="gmail_msg"><div class="gmail_msg"><div class="gmail_msg"><div class="gmail_msg"><br class="gmail_msg">The following example code from the ASDF manual<br><br class="gmail_msg">(asdf:defsystem "hello-lisp"<br class="gmail_msg">  :description "hello-lisp: a sample Lisp system."<br class="gmail_msg">  :version "0.0.1"<br class="gmail_msg">  :author "Joe User <<a href="mailto:joe@example.com" class="gmail_msg" target="_blank">joe@example.com</a>>"<br class="gmail_msg">  :licence "Public Domain"<br class="gmail_msg">  :depends-on ("optima.ppcre" "command-line-arguments")<br class="gmail_msg">  :components ((:file "packages")<br class="gmail_msg">               (:file "macros" :depends-on ("packages"))<br class="gmail_msg">               (:file "hello" :depends-on ("macros"))))<br><br>when executed via the ABCL command line gives a relative path error<br><br>  Invalid relative pathname #P"packages.lisp" for component ("hello-lisp" "packages")<br>Restarts:<br>  0: RETRY                         Retry ASDF operation.<br>  1: CLEAR-CONFIGURATION-AND-RETRY Retry ASDF operation after resetting the configuration.<br>  2: TOP-LEVEL                     Return to top level.<br><br></div><div class="gmail_msg">If that code is in a file, then the file compiles cleanly:<br><br>CL-USER(6): (load (compile-file "test.asd"))<br>; Compiling /home/mv/projects/poi+excel/test.asd ...<br>; (IN-PACKAGE :CL-USER)<br>; (ASDF/PARSE-DEFSYSTEM:DEFSYSTEM "hello-lisp" ...)<br>; Wrote /home/mv/projects/poi+excel/test.abcl (0.021 seconds)<br>T<br>CL-USER(7): <br><br></div><div class="gmail_msg">I am looking for confirmation of this and second opinions before taking up at the ASDF mailing list.<br><br></div><div class="gmail_msg">Thanks,<br><br></div><div class="gmail_msg">Mirko<br></div><div class="gmail_msg"><br><br class="gmail_msg"></div></div></div></div></div>