VisualD. Path problem?

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sun Mar 19 09:33:28 PDT 2017



On 19.03.2017 01:06, Sergey Orlov wrote:
> 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.
>
> Yes, it is C:\D\dmd2\windowsin; issue
> What way to correct it? And where from it goes...

That's been a bug in the default setting of Visual D 0.44, and the 
reason I released 0.44.1. If you have done changes to the settings, they 
have been stored to the registry with the wrong character, unfortunately.

In that case you can correct the executable search paths manually to 
$(DMDInstallDir)\windows\bin on the Tools->Options->Project and 
Solution->Visual D Settings->DMD directories pages for Win32/x64 and 
Win32-COFF.


More information about the Digitalmars-d-ide mailing list