www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - DMD win32.mak error

reply Paul D Anderson <paul.dot.d.dot.anderson comcast.net> writes:
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
Mar 10 2017
parent reply Paul D Anderson <paul.dot.d.dot.anderson comcast.net> writes:
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.
Mar 10 2017
parent reply Paul D Anderson <paul.dot.d.dot.anderson comcast.net> writes:
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
Mar 10 2017
parent reply Stefan Koch <uplink.coder googlemail.com> writes:
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
Mar 11 2017
parent Paul D Anderson <paul.dot.d.dot.anderson comcast.net> writes:
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"
Mar 11 2017