Help needed testing automatic win64 configuration

evilrat evilrat666 at gmail.com
Mon Oct 14 21:20:05 PDT 2013


On Tuesday, 15 October 2013 at 02:17:39 UTC, Brad Anderson wrote:
>
> What I need is help testing it.  I only have the means to test 
> on VC2010/SDK 7.0a at the moment. If you have any combination 
> of VC2012 or VC2013 and Windows SDK 7.1, 8.0, or 8.1 it would 
> help if you could try out this installer and test out building 
> a simple 64-bit program (e.g., dmd -m64 helloworld.d) and reply 
> here on whether or not it worked. Thanks.


VS2012/SDK 7.1 gives following

C:\Users\Public\Documents\prog>dmd -m64 hello.d
Can't run 'C:\Program Files (x86)\Microsoft Visual Studio 
11.0\VC\bin\amd64\link
.exe', check PATH

my actual path to linker is C:\Program Files (x86)\Microsoft 
Visual Studio 11.0\VC\bin\x86_amd64 , after renaming the folder 
it requires by some reason mspdb11.dll, even after that it fails 
to link with over 1k missing symbols.


More information about the Digitalmars-d mailing list