DMD win32.mak error

Paul D Anderson via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Mar 10 18:25:15 PST 2017


On Saturday, 11 March 2017 at 00:34:03 UTC, Paul D Anderson wrote:
> On Friday, 10 March 2017 at 22:04:23 UTC, Paul D Anderson wrote:
>> While building DMD -- "make -fwin32.mak release" -- I received 
>> the following error message:
>>
>> echo "2.073.2" > verstr.h
>> Error: don't know how to make '../res/default_ddoc_theme/ddoc'
>> --- error level 1
>>
>> I'm guessing it might be a build configuration problem on my 
>> end, but what is the problem?
>>
>> Paul
>
> I see John Colvin has already filed a bug report (issue 17165) 
> addressing this. Apparently the missing file is available on 
> GitHub.

I copied the missing file John referenced to my src/dmd file but 
this did not have any effect.

I've created a bug report (17253) addressing this problem.

Paul


More information about the Digitalmars-d-learn mailing list