<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Wed, May 24, 2017 at 3:51 PM Mirko Vukovic <<a href="mailto:mirko.vukovic@gmail.com">mirko.vukovic@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Sat, May 13, 2017 at 4:21 PM Mark Evenson <<a href="mailto:evenson@panix.com" target="_blank">evenson@panix.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On 5/12/17 15:36, Mirko Vukovic wrote:<br>
[…]<br>
> I don't have jna.asd anywhere on my computer<br>
<br>
It is packaged as part of `abcl-contrib.jar`.<br>
<br>
[…]<br><br></blockquote></div></div><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div>snip ... </div></div></div><div dir="ltr"><div class="gmail_quote"></div></div></div><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This indicates that for some reason your installation cannot locate<br>
abcl-contrib.jar.<br></blockquote><div><br></div></div></div></div><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div>Summary: abcl-contrib is fine, but there is an issue with Maven (even though mvn.bat is in path). Details below:</div></div></div></div></blockquote><div><br></div><div>After (require :abcl-asdf), I invoke (abcl-asdf:find-mvn) TWICE.</div><div>- First time, I get error about missing Maven executable</div><div>- Second time, it finds Maven executable.</div><div><br></div><div>After that second time, CFFI loads cleanly.  </div><div><br></div><div>Summary of steps to load CFFI from abcl --no-init:</div><div>(require :abcl-contrib)</div><div>(require :abcl-asdf)</div><div>(abcl-asdf:find-mvn) ; issues warning about non-existant executable</div><div>(abcl-asdf:find-mvn) ; returns mvn.bat path</div><div>(load "~/quicklisp/setup.lisp")</div><div>(ql:quickload :cffi) ; works</div><div><br></div><div>Mirko</div><div> </div></div></div>