On Monday, 3 February 2014 at 18:54:49 UTC, evilrat wrote:
On Monday, 3 February 2014 at 18:37:20 UTC, Andrew Edwards
wrote:
Windows users, please give the new installer a try. It has
been updated to facilitate proper installation.
vc2013/win 8.1/winsdk 8.1
detects visual studio correctly, path to win sdk correctly.
has wrong path to mspdb120.dll, current:
PATH=%PATH%;%VCINSTALLDIR%\bin\x86_amd64;%VCINSTALLDIR%\..\Common7\IDE
should be:
PATH=%PATH%;%VCINSTALLDIR%\bin;%VCINSTALLDIR%\..\Common7\IDE
has no path to libs dir for sdk 8.1, should be:
; Platform libraries (Windows SDK 8.1)
LIB=%LIB%;"%WindowsSdkDir%\Lib\winv6.3\um\x64"
after these changes all seems to be working.
These steps were required for me as well, VS 2013 and Windows 8.1.