On Tue, 20 Jan 2015 20:37:03 +0000 Meta via Digitalmars-d <[email protected]> wrote:
> On Tuesday, 20 January 2015 at 20:33:58 UTC, ketmar via > Digitalmars-d wrote: > > On Tue, 20 Jan 2015 20:22:59 +0000 > > Meta via Digitalmars-d <[email protected]> wrote: > > > >> > what is that "id.c" at all? i can't find such file in dmd > >> > git repo... > >> > >> It's generated by idgen.exe, which is compiled from idgen.c. > >> I'm not sure why, exactly. > > ah, sorry, i should read your post more carefully. > > > > did you deleted all the files in question, i.e. > > > > id.c > > id.h > > idgen.obj > > idgen.exe > > > > before trying to run make again? > > Yeah, it's strange. I guess it must be make-related, as the > incorrect id.c is only generated when I run the makefile, but I > don't understand make enough to discern if that's the case. this may be timestamp-related somehow, 'cause make looks only to timestamps to determine which file(s) should be rebuild. does this occurs if you cloning dmd repo in fresh place? i built windows version of dmd not so long ago and everything was ok.
signature.asc
Description: PGP signature
