[asdf-devel] CCL Windows: output from ccl:fasl-concatenate is "not a FASL file"

So I'm trying to get the ASDF test suite running on Windows, and tracked this down as one of the failures for CCL (32-bit and 64-bit). (there were 5 failures out of 47 tests, I haven't looked at the rest yet). This can be replicated as follows (with files from https://www.dropbox.com/sh/jc2cqwpkp06dupm/7lgyRUdwZ5/cl/tests/simple ): [below, substitute ".../'" for your actual path to the test files]:
(lisp-implementation-version) "Version 1.9-r15765 (WindowsX8664)"
(compile-file ".../try1")
(compile-file ".../try2")
(ccl:fasl-concatenate ".../try.wx64fsl" (list ".../try1.wx64fsl" ".../try2.wx64fsl"))
(load ".../try.wx64fsl")
ERROR: Not a FASL file. Does anyone recognize what might be going on? -- My Best, Dave Cooper, Genworks Support david.cooper@genworks.com, dave.genworks.com(skype) USA: 248-327-3253(o), 1-248-330-2979(mobile) UK: 0191 645 1699
participants (1)
-
Dave Cooper