Issue 17252 - Invalid PATH variable in build script
Summary: Invalid PATH variable in build script
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: visuald (show other issues)
Version: D2
Hardware: x86_64 Windows
: P1 major
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-10 18:16 UTC by Rainer Koschnick
Modified: 2017-03-13 08:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Rainer Koschnick 2017-03-10 18:16:29 UTC
Somehow the PATH variable contains a garbage character which in turn leads to an error message from OPTLINK.

This gets added to build.cmd:

set PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE;C:\Program Files (x86)\Windows Kits\8.1\bin\x86;D:\Dlang\dmd2\windowsin;%PATH%

D:\Dlang\dmd2\windowsin should actually be D:\Dlang\dmd2\windows\bin
Comment 1 Rainer Schuetze 2017-03-13 07:44:36 UTC
I suspect you've created this issue for one of the RCs for 0.44. It's actually a bug still in the release.
Comment 2 Rainer Schuetze 2017-03-13 08:00:43 UTC
fixed in https://github.com/dlang/visuald/releases/tag/v0.44.1