dmd build instructions from source don't work anymore

Timothee Cour via Digitalmars-d digitalmars-d at puremagic.com
Mon May 11 09:08:45 PDT 2015


I found the culprit by bisection:
hash: 50b7697...

HEAD is now at 50b7697... Merge pull request #3970 from yebblies/idgend2

https://github.com/D-Programming-Language/dmd/commit/aa8a7b3dcf985c8332783961c1dd7bc598ec36c5

it builds fine right before this, and fails with this


On Mon, May 11, 2015 at 1:56 AM, John Colvin via Digitalmars-d <
digitalmars-d at puremagic.com> wrote:

> On Monday, 11 May 2015 at 08:31:19 UTC, Timothee Cour wrote:
>
>> git clone git://github.com/D-Programming-Language/dmd.git
>> cd dmd
>> make -f posix.mak MODEL=64
>>
>> /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src -f
>> posix.mak
>> no cpu specified, assuming X86
>> dmd idgen.d
>> g++ -m64: No such file or directory
>> --- errorlevel 255
>> make[1]: *** [idgen] Error 255
>> make: *** [all] Error 2
>>
>
> Do you
> 1) already have a version of dmd installed (relatively new requirement)
> and
> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150511/84209719/attachment.html>


More information about the Digitalmars-d mailing list