<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Good morning from Greg Bennett.<br>
    I am trying to learn enough asdf to port some systems which<br>
    now use mk:defsystem. <br>
    <br>
    Running under Linux Mint 17.2 and sbcl (or clozure) and using
    asdf3.1.7,<br>
    <br>
    My (current) difficulty is in understanding the specification of the
    locations of source<br>
    and binary files. I *suspect* that I fall among those described in
    Section 9.2:<br>
    <br>
    "This incompatibility shouldn’t inconvenience many people.
    Indeed, few people use and customize these packages;
    these few people are experts who can trivially adapt to the new
    configuration.
    Most people are not experts, could not properly configure these
    features
    (except inasmuch as the default configuration of
    <code>common-lisp-controller</code> and/or <code>cl-launch</code>
    might have been doing the right thing for some users),
    and yet will experience software that “just works”,
    as configured by the system distributor, or by default"<br>
    <br>
    I'm not an expert, and I am very pleased in somethings "just work",
    but I am inconvenienced. I find code such as<br>
    <br>
    (defsystem zot<br>
      :source-pathname (etc..)<br>
      :binary-pathname (etcc..) <br>
      :components<br>
    ((   ....)<br>
    clear and helpful. I have tried to understand Sections 8 and 9 of
    the ASDF manual, indeed I thought I had Section 8<br>
    on source locations straight and looked ahead into Section 9, only
    find myself without any usable idea of how to<br>
    proceed.<br>
    <br>
    I have scanned through assorted .asd files in the hope of seeing a
    working example, but none of them use asdf<br>
    other than as a mechanism for specifying dependencies. <br>
    <br>
    I can define a system pqr with zot.asd, stored in the same directory
    as the source files. <br>
    I can run (asdf:operate 'asdf:compile-op 'pqr) and have all the
    .fasl files<br>
    squirreled away down in ~/.cache/common-lisp/lots-of-other-depths/.
    <br>
    <br>
    I should appreciate it very much if someone could point me to
    examples of working code for specifying source<br>
    and binary locations.<br>
    <br>
    Thanks for any and all assistance.<br>
    Cheers /Greg Bennett<br>
  </body>
</html>