Greetings,<div><br></div><div>ABCL's compiled file format changes from time to time to support additional features and bug fixes.  FASL refers to the compiled version of a lisp file.  ABCL can only safely run corresponding formats.  In other words, ABCL can only load and run lisp files that were compiled with the same compiler version as the ABCL runtime version.  You can easily fix a problem by re-compiling the lisp source code with the version of the lisp compiler that comes with each version of ABCL.</div>
<div><br></div><div>Hope this helps.</div><div><br></div><div>Blake McBride<br><br><div class="gmail_quote">On Wed, Jul 18, 2012 at 1:18 PM, Durward McDonell <span dir="ltr"><<a href="mailto:durward.mcdonell@jhuapl.edu" target="_blank">durward.mcdonell@jhuapl.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hello.<br>
<br>
I'm using abcl-1.0.1. My code loads just fine, but when<br>
I try to run it, I get<br>
<br>
FASL version mismatch; found '38' but expected '26' in sublis<br>
<br>
I'm running this in slime. If I do something like<br>
<br>
(sublis '((foo . bar)) '(foo))<br>
<br>
it works as expected, and THEN I can run my code and it works.<br>
Is there something cached somewhere I need to blow away, or<br>
is something else I need to do? If I look at the abcl.jar I'm<br>
using, I can see that sublis.abcl says it's FASL version 38,<br>
just like everything else in abcl.jar.<br>
<br>
Thanks.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Durward McDonell<br>
<a href="mailto:durward.mcdonell@jhuapl.edu" target="_blank">durward.mcdonell@jhuapl.edu</a><br>
<a href="tel:240-228-2690" value="+12402282690" target="_blank">240-228-2690</a> (DC)<br>
<a href="tel:443-778-2690" value="+14437782690" target="_blank">443-778-2690</a> (Balt.)<br>
<br>
<br>
</font></span><br>_______________________________________________<br>
armedbear-devel mailing list<br>
<a href="mailto:armedbear-devel@common-lisp.net">armedbear-devel@common-lisp.net</a><br>
<a href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel" target="_blank">http://lists.common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel</a><br>
<br></blockquote></div><br></div>