Re: DMD win32.mak error

2017-03-11 Thread Paul D Anderson via Digitalmars-d-learn

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"



Re: DMD win32.mak error

2017-03-11 Thread Stefan Koch via Digitalmars-d-learn

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


Re: DMD win32.mak error

2017-03-10 Thread Paul D Anderson via Digitalmars-d-learn

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


Re: DMD win32.mak error

2017-03-10 Thread Paul D Anderson via Digitalmars-d-learn

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.


DMD win32.mak error

2017-03-10 Thread Paul D Anderson via Digitalmars-d-learn
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