<div dir="ltr">That one's working for me.<div>It still looks a little funny though:</div><div><br></div><div><div>; default to 32-bit linker (can generate 64-bit code) that has a common path</div><div>; for VS2010, VS2012, and VS2013. This will be overridden below if the</div>
<div>; installer detects VS.</div><div>LINKCMD=%VCINSTALLDIR%\bin\link.exe</div><div><br></div><div>; -----------------------------------------------------------------------------</div><div>; This enclosed section is specially crafted to be activated by the Windows</div>
<div>; installer when it detects the actual paths to VC and SDK installations so</div><div>; modify this in the default sc.ini within the git repo with care</div><div>;</div><div>; End users: You can fill in the path to VC and Windows SDK and uncomment out</div>
<div>; the appropriate LINKCMD to manually enable support</div><div><br></div><div>; Windows installer replaces the following lines with the actual paths</div><div>VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\</div>
<div>WindowsSdkDir=C:\Program Files (x86)\Windows Kits\8.0\</div></div><div><br></div><div><br></div><div>Notice that it refers to LINKCMD=%VCINSTALLDIR%\... at the top, but VCINSTALLDIR is not set until down lower.</div>
<div>Then later in the file:</div><div><br></div><div><div>; Platform libraries (Windows SDK 8)</div><div>LIB=%LIB%;"%WindowsSdkDir%\Lib\win8\um\x64"</div><div><br></div><div>; Platform libraries (Windows SDK 7)</div>
<div>LIB=%LIB%;"%WindowsSdkDir%\Lib\x64"</div></div><div><br></div><div>The first one (Win8 SDK) is correct, but the second path (Win7 SDK) doesn't exist. The Win7 SDK is at "Microsoft SDKs\Windows\v7.0A" on my machine (installed by VS2010).</div>
<div>None of this seems to cause DMD to fail, but it may be confusing to have technically erroneous settings.</div><div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_quote">
On 17 October 2013 16:16, Brad Anderson <span dir="ltr"><<a href="mailto:eco@gnuk.net" target="_blank">eco@gnuk.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Attempt four: <a href="http://gnuk.net/dmd-2.064-beta-newsc-lib64-4.exe" target="_blank">http://gnuk.net/dmd-2.064-<u></u>beta-newsc-lib64-4.exe</a><br>
<br>
This one has a couple more changes to the dmd2beta.zip it is downloading from my server.<br>
<br>
1. dmd.exe has been replaced with one built from 2.064 branch HEAD (so I didn't have to use LINKCMD64).<br>
2. lib64 has been added and phobos64.lib and gcstub64.lib have been moved into there from lib.<br>
</blockquote></div><br></div></div></div>