On Saturday, 16 January 2016 at 20:50:51 UTC, Robert M. Münch wrote:

Check your paths in sc.ini Looks like the D link libraries are not found.

Well as far as I can tell they are correct (unchanged from whatever the installer set them to):

; environment for both 32/64 bit
[Environment]
DFLAGS="-I%@P%\..\..\src\phobos" "-I%@P%\..\..\src\druntime\import"

; optlink only reads from the Environment section so we need this redundancy
; from the Environment32 section (bugzilla 11302)
LIB="%@P%\..\lib"


[Environment32]
LIB="%@P%\..\lib"
LINKCMD=%@P%\link.exe


[Environment64]
LIB="%@P%\..\lib64"

Reply via email to