Thread overview
DMD win32.mak error
Mar 10, 2017
Paul D Anderson
Mar 11, 2017
Paul D Anderson
Mar 11, 2017
Paul D Anderson
Mar 11, 2017
Stefan Koch
Mar 12, 2017
Paul D Anderson
March 10, 2017
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
March 11, 2017
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.
March 11, 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
March 11, 2017
On Saturday, 11 March 2017 at 02:25:15 UTC, Paul D Anderson wrote:
> 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

verstring is created automatically
March 12, 2017
On Saturday, 11 March 2017 at 18:02:00 UTC, Stefan Koch wrote:
> On Saturday, 11 March 2017 at 02:25:15 UTC, Paul D Anderson wrote:
>> 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:
>>>> [...]
>>>
>>> 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
>
> verstring is created automatically

I think the problem is a failure in the process of creating verstring.

The missing file is "dmd/res/default_ddoc_theme/ddoc"