A new and exciting way in which DMD fails to build for me

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 20 13:36:58 PST 2015


On Tue, 20 Jan 2015 21:11:29 +0000
Meta via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> On Tuesday, 20 January 2015 at 20:50:49 UTC, ketmar via 
> Digitalmars-d wrote:
> > 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.
> 
> I just made a fresh clone and tried again, same thing happens.
hm. were from it got that "id.c" at all? isn't there old
"idgen.exe" lying somewhere in your %PATH%? win32.mak runs just
"idgen", so sometimes when something is gone haywire it may call
"idgen.exe" from some other place.

i don't know why it uses simple "idgen" instead of ".\\idgen.exe". you
can try to fix that like in make (it's around "id.h id.c : idgen.c"
rule) and see if that changes anything.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150120/9bc7d3a9/attachment.sig>


More information about the Digitalmars-d mailing list