https://issues.dlang.org/show_bug.cgi?id=13604
--- Comment #3 from Rainer Schuetze <[email protected]> --- >Hmm so that means I need to modify sc.ini? > (On my laptop, the released dmd is in C:\dmd) The version of dmd used to build git druntime and phobos should be also current git. Most people do this by specifying the path to dmd when invoking make: make -f win32.mak DMD=../dmd/src/dmd assuming dmd, druntime and phobos are fetched into parallel folders. In this case, you will also have to create an sc.ini in the dmd/src folder with appropriate settings (import and library search paths). You should also copy link.exe from the release folder into the same folder. --
