Hi - vibe newbie here. Can someone shine some light on what's going wrong here and how to fix it.

Using current DMD, current DUB on Win 10.

Thanks for any help!

D:\projects\d2\apitest>dub init hello -t vibe.d
Package recipe format (sdl/json) [json]:
Name [hello]:
Description [A simple vibe.d server application.]:
Author name [kpeters]:
License [proprietary]:
Copyright string [Copyright © 2018, kpeters]:
Add dependency (leave empty to skip) []:
Successfully created an empty project in 'D:\projects\d2\apitest\hello'.
Package successfully created in hello

D:\projects\d2\apitest>cd hello

D:\projects\d2\apitest\hello>dir
Volume in drive D is Evo500
Volume Serial Number is 9E1A-B498

Directory of D:\projects\d2\apitest\hello

17.10.2018 01:58 PM <DIR> .
17.10.2018 01:58 PM <DIR> ..
17.10.2018 01:58 PM 118 .gitignore
17.10.2018 01:58 PM 221 dub.json
17.10.2018 01:58 PM <DIR> public
17.10.2018 01:58 PM <DIR> source
17.10.2018 01:58 PM <DIR> views

   2 File(s)            339 bytes
   5 Dir(s)  488,412,516,352 bytes free

D:\projects\d2\apitest\hello>dub -a x8664
Fetching stdx-allocator 2.77.4 (getting selected version)...
Fetching libevent 2.0.2+2.0.16 (getting selected version)...
Fetching diet-ng 1.5.0 (getting selected version)...
Fetching botan-math 1.0.3 (getting selected version)...
Fetching openssl 1.1.6+1.0.1g (getting selected version)...
Fetching botan 1.12.10 (getting selected version)...
Fetching eventcore 0.8.36 (getting selected version)...
Fetching memutils 0.4.13 (getting selected version)...
Fetching vibe-d 0.8.4 (getting selected version)...
Fetching mir-linux-kernel 1.0.1 (getting selected version)...
Fetching vibe-core 1.4.3 (getting selected version)...
Fetching taggedalgebraic 0.10.11 (getting selected version)...
Fetching libasync 0.8.3 (getting selected version)...
Performing "debug" build using C:\D2\dmd2\windows\bin\dmd.exe for x86
64.
taggedalgebraic 0.10.11: building configuration "library"...
eventcore 0.8.36: building configuration "winapi"...
stdx-allocator 2.77.4: building configuration "library"...
vibe-core 1.4.3: building configuration "winapi"...
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\core.d(692,70): Deprecation: std.algorithm.setops.No is not visible from module core
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(33,23): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(50,3): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(51,3): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(67,3): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(68,3): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(847,14): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(852,9): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(860,13): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(861,10): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(865,10): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(869,11): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(870,11): Deprecation: opDot is deprecated. Use alias this
C:\Users\kpeters\AppData\Local\dub\packages\vibe-core-1.4.3\vibe-core\source\vibe\core\log.d(871,11): Deprecation: opDot is deprecated. Use alias this
vibe-d:utils 0.8.4: building configuration "library"...
vibe-d:data 0.8.4: building configuration "library"...
mir-linux-kernel 1.0.1: building configuration "library"...
vibe-d:crypto 0.8.4: building configuration "library"...
diet-ng 1.5.0: building configuration "library"...
vibe-d:stream 0.8.4: building configuration "library"...
vibe-d:textfilter 0.8.4: building configuration "library"...
vibe-d:inet 0.8.4: building configuration "library"...
vibe-d:tls 0.8.4: building configuration "openssl-mscoff"...
vibe-d:http 0.8.4: building configuration "library"...
vibe-d:mail 0.8.4: building configuration "library"...
vibe-d:mongodb 0.8.4: building configuration "library"...
C:\Users\kpeters\AppData\Local\dub\packages\vibe-d-0.8.4\vibe-d\mongodb\vibe\db\mongo\settings.d(16,8): Deprecation: alias std.digest.digest.toHexString is deprecated - import std.digest instead of std.digest.digest. std.digest.digest will be removed in 2.084
C:\Users\kpeters\AppData\Local\dub\packages\vibe-d-0.8.4\vibe-d\mongodb\vibe\db\mongo\settings.d(16,8): Deprecation: alias std.digest.digest.toHexString is deprecated - import std.digest instead of std.digest.digest. std.digest.digest will be removed in 2.084
vibe-d:redis 0.8.4: building configuration "library"...
vibe-d:web 0.8.4: building configuration "library"...
vibe-d 0.8.4: building configuration "vibe-core"...
hello ~master: building configuration "application"...
Linking...
C:\D2\dmd2\windows\bin\lld-link.exe: error: could not open libcmt.lib: no such file or directory
C:\D2\dmd2\windows\bin\lld-link.exe: error: could not open OLDNAMES.lib: no such file or directory
Error: linker exited with status 1
C:\D2\dmd2\windows\bin\dmd.exe failed with exit code 1.

D:\projects\d2\apitest\hello>