On Wednesday, 4 September 2019 at 18:27:14 UTC, Manu wrote:
On Wed, Jun 26, 2019 at 1:30 AM a11e99z via
Digitalmars-d-announce <[email protected]>
wrote:
On Wednesday, 26 June 2019 at 02:35:53 UTC, Bart wrote:
> On Tuesday, 25 June 2019 at 19:47:40 UTC, Rainer Schuetze
Your problems are easy to resolve.
BuildTools has some weird paths... but you're running VS; why
are you
using the separate build tools distribution when you have VS
installed? This is thoroughly non-standard and weird. Just
install the
proper C++ tools?
The path issue that lead to optlink rather than MS link should
be
trivial to resolve, then you will not have linking problems.
yep, I fixed it already, its ok now
- install internal build tools instead separate package.
- reset VD settings (such issue was fixed by Schuetze).
- fix PATH vars.