On 2/2/10 Feb 2 -2:39 AM, Tobias C. Rittweiler wrote:
Robert Goldman writes:
...
Instead of *LOAD-TRUENAME* in the .asd file, you could probably get away with using *COMPILE-FILE-PATHNAME*, say, in the your package.lisp? Which would not be wrangled by ASDF-Binary-Locations and consorts. (It also solves the package problem.)
Thank you very much, tcr, this seems like a simple and elegant solution to the problem. Much simpler than messing with ASDF proper!
I hadn't thought hard about how this would play with output-file wrangling; now I see that it will be unaffected.
Good! One problem down!
R