<div dir="ltr">I found the culprit by bisection:<div>hash: 50b7697...<br></div><div><br></div><div>HEAD is now at 50b7697... Merge pull request #3970 from yebblies/idgend2<br></div><div><br><div><a href="https://github.com/D-Programming-Language/dmd/commit/aa8a7b3dcf985c8332783961c1dd7bc598ec36c5">https://github.com/D-Programming-Language/dmd/commit/aa8a7b3dcf985c8332783961c1dd7bc598ec36c5</a><br></div><div><br></div><div>it builds fine right before this, and fails with this</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 11, 2015 at 1:56 AM, John Colvin 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Monday, 11 May 2015 at 08:31:19 UTC, Timothee Cour wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
git clone git://<a href="http://github.com/D-Programming-Language/dmd.git" target="_blank">github.com/D-Programming-Language/dmd.git</a><br>
cd dmd<br>
make -f posix.mak MODEL=64<br>
<br>
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src -f posix.mak<br>
no cpu specified, assuming X86<br>
dmd idgen.d<br>
g++ -m64: No such file or directory<br>
--- errorlevel 255<br>
make[1]: *** [idgen] Error 255<br>
make: *** [all] Error 2<br>
</blockquote>
<br></div></div>
Do you<br>
1) already have a version of dmd installed (relatively new requirement)<br>
and<br>
2) have a working g++, whether of clang or gcc variety? On my machine g++ is in /usr/bin and is actually clang, although not as a symbolic link, as a slightly differently configured executable. Don't really know what apple's thinking here was.<br>
</blockquote></div><br></div>