D version of MicroEmacs

Walter Bright newshound2 at digitalmars.com
Sun Aug 19 16:45:08 PDT 2012


On 8/19/2012 3:58 PM, MattCoder wrote:
> I'm trying to build this on Windows, but:
>
> [ With dmd version 2.057 ]

Use 2.060.


> [ With dmd version 2.060 ]
>
> C:\med2>make -fwin32.mak DMD=dmd
> dmd -c -g ed
>
> dmd -c -g basic
> C:\D\dmd2\windows\bin\..\..\src\phobos\std\file.d(530): Error: undefined
> identifier WIN32_FILE_ATTRIBUTE_DATA
>
> --- errorlevel 1
>
>
> Any clues?

WIN32_FILE_ATTRIBUTE_DATA is defined in

druntime\import\core\sys\windows\windows.d


More information about the Digitalmars-d-announce mailing list