Mirko,<br><br>If you know texinfo you can patch the doc source where the links are bad, otherwise I'll try to fix it.  <br><br>If you can create a git patch to the head of cffi-libffi I will take a look at it.  I think I understand the reason for the conflict on 'second (the unit of time vs. the function that produces the second element of a sequence) but I don't know why it's not seen on other implementations.  I don't understand the other conflicts off the top of my head.<br>

<br>Liam<br><br><div class="gmail_quote">On Sun, Oct 7, 2012 at 12:14 PM, Mirko Vukovic <span dir="ltr"><<a href="mailto:mirko.vukovic@gmail.com" target="_blank">mirko.vukovic@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Liam,<br><br>I installed antik on clisp on cygwin+windows. (I also have it running on sbcl & linux).<br><br>To make it go I had to change a few things:<br><br>- minor syntax tweak in the asd file (use :asdf-system-connections instead of #:asdf-system-connections)<br>


- shadow a few more cl symbols in package.lisp<br><br>         #+clisp #:second #+clisp #:fifth #+clisp #:tenth<br>         #+clisp #:rem<br><br><br>Also, in a few files I had to specify `cl:second' instead of just `second'<br>


<br>Now all but two tests are passing.<br><br>Two questions/points:<br>- Maybe I missed something.  Could that be the reason for the symbol conflicts.<br>- If you want to accept these changes, what is the best way to submit them?<br>


<br>Also, there are faulty links on the html documentation.  Chapter five links5 and 5.1 both lead to Section 4.5.<br><br>Thank you for the antik.  It is quite something.<br><br>I will now proceed to adapt map-grid-utils to the version of grid that is built into antik.<span class="HOEnZb"><font color="#888888"><br>


<br>Mirko<br><br><br>
</font></span></blockquote></div><br>