Running vibe.d tutorial on Windows?

JN 666total at wp.pl
Tue Feb 26 08:39:32 UTC 2019


On Tuesday, 26 February 2019 at 08:11:15 UTC, shadowgun1102 wrote:
> I'm trying to run/build the vibe.d tutorial on Windows. When I 
> run the following:
>
> dub init tut -t vibe.d
> cd tut
> dub
>
> I get this error: https://postimg.cc/gwTB6y0G
>
> I tried adding
>
> "subConfigurations": {"vibe-d": "win32"}
>
> to my dub.json, but that didn't seem to change anything.

Such topics would probably do better in the "Learn" section.

Looks like an optlink issue. Have you tried building for x86_64 
or with "--build=x86_mscoff" dub switch? I believe this skips the 
optlink and uses VC++ linker instead, which should work better.


More information about the Digitalmars-d mailing list