<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 11, 2015 at 8:35 PM, Daniel Murphy via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
"Timothee Cour via Digitalmars-d" <<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>> wrote in message > news:mailman.875.1431359641.4581.digitalmars-d@puremagic.com...<span class=""><br>
note, that this seems to be only happening on master:<br>
if I checkout another tag (git checkout v2.067.1-b1 or any other I've tried) it builds fine.<br>
So it must be a very recent regression<br>
</span></blockquote>
<br>
It's not a regression.  Shortly after 2.067 was released, dmd got the new requirement of a host D compiler to build.  You can explicitly set which compiler to use by setting the HOST_DC environment variable.  If you also want to build ddmd, then 2.067 is recommended as it is known to work on all autotester platforms.  In posix.mak HOST_DC defaults to 'dmd' which will correctly pick up a dmd installation in path, as long as you don't have a sc.ini file in the dmd src dir. <br>
</blockquote></div><br></div><div class="gmail_extra"><div class="gmail_extra"><br></div><div class="gmail_extra">I still think it is a regression.</div><div class="gmail_extra">I did have dmd (2.067) in the path, see the whole thread for my </div><div class="gmail_extra">diagnostic:</div><div class="gmail_extra"><a href="http://forum.dlang.org/thread/mailman.861.1431333078.4581.digitalmars-d@puremagic.com#post-mailman.878.1431365007.4581.digitalmars-d:40puremagic.com">http://forum.dlang.org/thread/mailman.861.1431333078.4581.digitalmars-d@puremagic.com#post-mailman.878.1431365007.4581.digitalmars-d:40puremagic.com</a></div><div class="gmail_extra">(cf message 'I had 'export'...)</div><div><br></div><div><br></div></div></div>