December 17 Running vibe.d tutorial on Windows?

Seb seb at wilzba.ch
Thu Jan 17 09:37:06 UTC 2019


On Thursday, 17 January 2019 at 09:32:36 UTC, bauss wrote:
> On Thursday, 17 January 2019 at 09:17:32 UTC, siavash wrote:
>> hi friends
>> 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: 
>> [optlink-error.png](https://postimg.cc/gwTB6y0G)
>> I tried adding
>> "subConfigurations": {"vibe-d": "win32"}
>> to my dub.json, but that didn't seem to change anything.
>
> Use "-a=x86_mscoff" also

Yup, Vibe.d doesn't compile with OPTLINK [1] which is why we 
should really change the defaults. At least for dub.



[1] https://github.com/vibe-d/vibe.d/issues/2243


More information about the Digitalmars-d mailing list