<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 7, 2014 at 8:22 AM, Faré <span dir="ltr"><<a href="mailto:fahree@gmail.com" target="_blank">fahree@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear JCB,<br>
<br>
I managed to compile MKCL from git, but only after I updated its ASDF.<br></blockquote><div><br>I just did the following sequence on a fresh Ubuntu 13.10 x86 with proper tools and libs installed without any incident:<br>
<br>   > git clone git://<a href="http://common-lisp.net/projects/mkcl/mkcl.git">common-lisp.net/projects/mkcl/mkcl.git</a><br>   > cd mkcl<br>   > ./configure<br>   > make all<br></div><div>   > sudo make install<br>
</div><div> <br></div><div>So I don't see what your problem could have been. Could you cut and paste the exact error messages you received.<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<br>
Unless you have a good reason, I recommend you only include<br>
a bootstrapped version of asdf.lisp in your source tree.<br>
You should of course keep generating it from an asdf checkout,<br>
and send us any local patch you create (thanks a lot for that!)<br></blockquote><div><br></div><div>I am building a separate uiop module out of that set of sources so that part would have to stay anyway.<br></div><div>File asdf.lisp is not an original source file but a derived one, concatenated from the real original source files kept in the asdf directory, as you well know, so it is not really a proper base for the build process.<br>
</div><div>Further I do not see any real and concrete inconvenience to the current layout of things in contrib/asdf. To the contrary, I find it very convenient when I need to diff against a more current asdf git clone or tarball.<br>
 <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
In 3.1.0.109, I have an attempt at implementing get-optimization-settings<br>
on most implementations (allegro is still missing,<br>
plus ecl-bytecmp, genera, corman, mcl);<br>
my implementation for MKCL does not work and/or<br>
proclaim does not work: c::*speed* exists but isn't updated by proclaim.<br>
Can you help me fix that?<br>
<br></blockquote><div><br>I will back port to MKCL 1.1.9 the fixes I currently have in MKCL 1.2.0. You will have them in the git repository in a few hours.  compiler::*speed* is going away anyway since proclaim at al. need to work even when the "CMP" module has not been loaded, use si::*speed* instead. Also, nickname "C" for package "COMPILER" has been removed since MKCL 1.1.0 at least (too clash prone).<br>
<br><br></div></div></div></div>