visual studio - "OPTLINK : Error 118: Filename Expected" error for VisualD -


i have been trying setup visuald visual studio 2013 shell without luck. error trace is:

debug\consoleapp.exe not date: command line changed ------ build started: project: consoleapp, configuration: debug win32 ------ building debug\consoleapp.exe... optlink (r) win32  release 8.00.15 copyright (c) digital mars 1989-2013  rights reserved. http://www.digitalmars.com/ctg/optlink.html optlink : error 118: filename expected  path=d:\dirs\installed\dlang\d\dmd2\windows\\bin;c:\program files (x86)\microsoft sdks\windows\v7.0a\\\bin;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\;d:\dirs\installed\sbt\\bin;d:\dirs\installed\dub;d:\dirs\installed\dlang\dmd2\windows\bin;d:\dirs\installed\dlang\dm\bin;"c:\program files (x86)\windows kits\8.1\windows performance toolkit\";"c:\program files (x86)\microsoft sdks\typescript\1.0\";d:\dirs\installed\dlang\d\dmd2\windows\bin;d:\dirs\installed\dlang\d\dm\bin;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\;d:\dirs\installed\sbt\\bin;d:\dirs\installed\dub;d:\dirs\installed\dlang\dmd2\windows\bin;d:\dirs\installed\dlang\dm\bin;"c:\program files (x86)\windows kits\8.1\windows performance toolkit\";"c:\program files (x86)\microsoft sdks\typescript\1.0\";d:\dirs\installed\dlang\d\dmd2\windows\bin;d:\dirs\installed\dlang\d\dm\bin;c:\program files\mercurial;"c:\program files (x86)\notepad++";c:\program files\java\jdk1.8.0_05\bin; ^ building debug\consoleapp.exe failed! details saved "file://d:\mydata\projects\visuald\consoleapp\consoleapp\debug\consoleapp.buildlog.html" build time: 1 s ========== build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== 

now know ( , ) cause issues have tried quote them in path env variable but i'm not sure first part of command gets executed coming from! is, path=d:\dirs\installed\dlang\d\dmd2\windows\\bin;c:\program files (x86)\microsoft sdks\windows\v7.0a\\\bin not part of path environment variable , hence i'm not sure how quote them.

any on how visuald running visual studio 2013 shell appreciated. tia.

so turns out hans right; entry notepad++ in path creating issues. after removing that, don't see same error new one. maybe that's question separate thread...


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -