"Robert M. Münch"  wrote in message news:[email protected]...

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
  • Digger 1.1 Vladimir Panteleev via Digitalmars-d-announce
    • Re: Digger 1.1 Robert M. Münch via Digitalmars-d-announce
      • Re: Digger 1.1 Vladimir Panteleev via Digitalmars-d-announce
        • Re: Digger 1.1 Robert M. Münch via Digitalmars-d-announce
          • Re: Digger ... Daniel Murphy via Digitalmars-d-announce
          • Re: Digger ... Vladimir Panteleev via Digitalmars-d-announce
            • Re: Di... Robert M. Münch via Digitalmars-d-announce
              • Re... Vladimir Panteleev via Digitalmars-d-announce
                • ... Robert M. Münch via Digitalmars-d-announce
                • ... Vladimir Panteleev via Digitalmars-d-announce
                • ... Robert M. Münch via Digitalmars-d-announce
            • Re: Di... Robert M. Münch via Digitalmars-d-announce
              • Re... Vladimir Panteleev via Digitalmars-d-announce
    • Re: Digger 1.1 Martin Nowak via Digitalmars-d-announce

Reply via email to