www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - "Undefined identifier FILE" when building Druntime

reply "Meta" <jared771 gmail.com> writes:
This happens with a freshly checked out master. I first build 
DMD, which completes successfully. However, when I then try to 
build Druntime, I got the following error messages:

src\core\stdc\wchar_.d(32): Error: undefined identifier FILE
src\core\stdc\wchar_.d(33): Error: undefined identifier FILE
src\core\stdc\wchar_.d(36): Error: undefined identifier FILE
src\core\stdc\wchar_.d(37): Error: undefined identifier FILE
src\core\stdc\wchar_.d(48): Error: undefined identifier FILE
src\core\stdc\wchar_.d(49): Error: undefined identifier FILE
src\core\stdc\wchar_.d(52): Error: undefined identifier FILE
src\core\stdc\wchar_.d(53): Error: undefined identifier FILE
src\core\stdc\wchar_.d(60): Error: undefined identifier FILE
src\core\stdc\wchar_.d(61): Error: undefined identifier FILE
src\core\stdc\wchar_.d(67): Error: undefined identifier FILE
src\core\stdc\wchar_.d(75): Error: undefined identifier FILE
src\core\stdc\stdio.d(551): Error: undefined identifier FILE
src\core\stdc\stdio.d(554): Error: undefined identifier FILE
src\core\stdc\stdio.d(559): Error: undefined identifier FILE
src\core\stdc\stdio.d(562): Error: undefined identifier FILE
src\core\stdc\stdio.d(563): Error: undefined identifier FILE
src\core\stdc\stdio.d(563): Error: undefined identifier FILE
src\core\stdc\stdio.d(565): Error: undefined identifier FILE
src\core\stdc\stdio.d(566): Error: undefined identifier FILE
src\core\stdc\stdio.d(610): Error: undefined identifier FILE
Sep 25 2014
parent ketmar via Digitalmars-d-learn <digitalmars-d-learn puremagic.com> writes:
On Thu, 25 Sep 2014 19:13:58 +0000
Meta via Digitalmars-d-learn <digitalmars-d-learn puremagic.com> wrote:

 This happens with a freshly checked out master. I first build=20
 DMD, which completes successfully. However, when I then try to=20
 build Druntime, I got the following error messages:
can't confirm. just updated everything and it build's like a charm. seems that problem is on your side.
Sep 25 2014