On Sunday, 23 August 2015 at 11:27:32 UTC, Robert M. Münch wrote:
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?

Can't reproduce this on Windows, Linux or OS X 10.10.3.

Can you include more of the build log (specifically, the entire failing command line)? It should have a -J. in it.

Reply via email to