VisualD. Path problem?

Sergey Orlov via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sun Mar 12 15:53:53 PDT 2017


On Sunday, 12 March 2017 at 22:28:37 UTC, Rainer Schuetze wrote:
>
>
> On 12.03.2017 21:41, Sergey Orlov wrote:
>>> I suspect optlink doesn't like your PATH variable. It used to 
>>> stumble
>>> if you have '+' in folder names
>>> (https://issues.dlang.org/show_bug.cgi?id=4831), but the fix 
>>> did not
>>> include other characters. Probably it also doesn't like '=' in
>>> "C:\Users\=User=\.dnx\bin".
>>
>> Thank you, Rainer
>> I have no "+" characters in any path.
>> =User= is MyPCNameIdontWannaShowInWeb simply
>
> Ok, and I guess your PC name doesn't contain any special 
> characters.
>
> This looks suspicious though:
>
> C:\D\dmd2\windowsin;
>
> which contains a character '\b' (ASCII code 8), but should be 
> C:\D\dmd2\windows\bin; instead. This could be a copy 'n paste 
> issue with the browser/mailer, but maybe there's something 
> wrong with the respective executable search path setting on the 
> Visual D option pages.

Hmm, it is browser feature. But what is interesting that the 
phrase
file://D:\My_Work\My_D\My_VS2017\consoletests\consoletests\Win32\Debug detect the way to non existing path
Correct path is 
D:\My_Work\My_D\My_VS2017\consoletests\consoletests\Win32\Debug 
DMD
Is it subject for linker? And how to fix it?


More information about the Digitalmars-d-ide mailing list