VisualD 64bit linker error

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Fri Nov 14 03:13:34 PST 2014



On 14.11.2014 05:54, Charles wrote:
> echo "Debug DMD x64\test64.obj" /OUT:"Debug DMD x64\test64.exe"
> /MAP:"Debug DMD x64\test64.map" user32.lib kernel32.lib
> /LIBPATH:"C:\Program Files (x86)\Microsoft Visual Studio
> 12.0\VC\\lib\amd64" /LIBPATH:"C:\Program Files (x86)\Windows
> Kits\8.1\Lib\winv6.3\um\x64" /DEBUG /INCREMENTAL:NO /NOLOGO >>
> S:\D\Dev\test64\test64\Debug DMD x64\test64.build.lnkarg

There are obviously quotes missing for the .lnkarg file that contains 
"Debug DMD x64". I'll look into this.

As a workaround, please rename the configuration to something that 
doesn't contain spaces.


More information about the Digitalmars-d-ide mailing list