Digger 2.3 & verstr.h problem

Robert M. Münch via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 23 04:27:32 PDT 2015


Hi, just trying to build the latest DMD with Digger 2.3 and get this:

uffer.d root/port.d root/response.d root/rmem.d root/rootobject.d 
root/speller.d root/stringtable.d newdelete.o glue.a backend.a
globals.d(293): Error: file "verstr.h" cannot be found or not in a path 
specified with -J
make: *** [dmd] Error 1
digger: Saving to cache.
digger: Clearing temporary cache
Fatal error: Command ["make", "-f", "posix.mak", "MODEL=64", 
"HOST_DC=/Volumes/Daten/Windows/d/develop/d-language/Digger/dl/dmd-2.067.1/dmd2/osx/bin/dmd", 
"dmd"] failed with status 2
mac-pro:Digger robby$ find . -name "verstr.h"
./repo/dmd/src/verstr.h
mac-pro:Digger robby$ find . -name globals.d
./repo/dmd/src/globals.d
mac-pro:Digger robby$

I'm wondering why the "verstr.h" file can't be found... it's in the 
same dir as from where the import happens. Any ideas?

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster



More information about the Digitalmars-d-learn mailing list