Undefined identifier WIN32_FILE_ATTRIBUTE_DATA

Martin Drasar drasar at ics.muni.cz
Tue Nov 13 07:37:54 PST 2012


On 13.11.2012 15:00, Regan Heath wrote:

> Curiouser and curiouser.  In my case I had (re)built phobos/druntime so,
> suspecting it might be causing issues I download a fresh copy of the
> installer, moved my old installation folder and replaced it with the new
> one.
> 
> I still don't get any output/errors.
> 
> If I add --force to the command line given, I get the std.cpuid
> deprecation warning, but no other output.
> 
> I stripped my PATH right back to just about nothing and that made no
> difference.
> 
> Can you get the same errors running dmd directly?  I can't seem to get
> it to output the deprecation message..
> 
> R
> 

Odd...

When running the dmd directly I only get the WIN32_FILE_ATTRIBUTE_DATA
error, not the deprecation message. I have posted the rdmd command,
because it was a bit shorter and easier to test than the dmd.

This is my sc.ini if it helps anything:
[Version]
version=7.51 Build 020

[Environment]
LIB="%@P%\..\lib";\dm\lib
DFLAGS="-I%@P%\..\..\src\phobos" "-I%@P%\..\..\src\druntime\import"
LINKCMD=%@P%\link.exe

Martin


More information about the Digitalmars-d mailing list