[Issue 13604] Phobos is broken

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Oct 12 11:32:51 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13604

--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
>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.

--


More information about the Digitalmars-d-bugs mailing list