digitalmars.D.learn - DMD win32.mak error
- Paul D Anderson (8/8) Mar 10 2017 While building DMD -- "make -fwin32.mak release" -- I received
- Paul D Anderson (4/12) Mar 10 2017 I see John Colvin has already filed a bug report (issue 17165)
- Paul D Anderson (5/20) Mar 10 2017 I copied the missing file John referenced to my src/dmd file but
- Stefan Koch (2/25) Mar 11 2017 verstring is created automatically
- Paul D Anderson (4/23) Mar 11 2017 I think the problem is a failure in the process of creating
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
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? PaulI see John Colvin has already filed a bug report (issue 17165) addressing this. Apparently the missing file is available on GitHub.
Mar 10 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: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. PaulWhile 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? PaulI see John Colvin has already filed a bug report (issue 17165) addressing this. Apparently the missing file is available on GitHub.
Mar 10 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:verstring is created automaticallyOn Friday, 10 March 2017 at 22:04:23 UTC, Paul D Anderson wrote: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. PaulWhile 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? PaulI see John Colvin has already filed a bug report (issue 17165) addressing this. Apparently the missing file is available on GitHub.
Mar 11 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:I think the problem is a failure in the process of creating verstring. The missing file is "dmd/res/default_ddoc_theme/ddoc"On Saturday, 11 March 2017 at 00:34:03 UTC, Paul D Anderson wrote:verstring is created automaticallyOn Friday, 10 March 2017 at 22:04:23 UTC, Paul D Anderson wrote: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[...]I see John Colvin has already filed a bug report (issue 17165) addressing this. Apparently the missing file is available on GitHub.
Mar 11 2017