Digger 1.1

Daniel Murphy via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Mar 8 16:56:25 PDT 2015


"Robert M. Münch"  wrote in message news:mdi3sn$jh8$1 at digitalmars.com...

> make -fwin32.mak C=backend TK=tk ROOT=root HOST_DC= "OPT=-o" "DEBUG=" 
> "LFLAGS=-L/delexe/la" dmd.exe
> run idgen
> Error: 'run' not found

dmd has very recently been changed to required dmd already installed on the 
system.  Until digger is updated to take this into account, you can probably 
get it to work by defining the environment variable HOST_DC to point to your 
installed dmd.

The error message is because it's trying to run this:
$(HOST_DC) -run idgen.d
which expands to this
-run idgen.d 



More information about the Digitalmars-d-announce mailing list