You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to build a Hello World example with these rules on Windows 2022 Server I get the following error message:
[4 / 5] Linking D binary hello_world; 0s local
ERROR: D:/a/1/s/hello_world/d/BUILD.bazel:3:9: Linking D binary hello_world failed: (Exit 1): dmd.exe failed: error executing command (from target //:hello_world) external\dmd_windows_x86_64\dmd2\windows\bin64\dmd.exe -g -m64 -mscrtlib=msvcrt -ofbazel-out/x64_windows-fastbuild/bin/hello_world.exe -L/LIBPATH:external/dmd_windows_x86_64/dmd2/windows/lib64 ... (remaining 1 argument skipped)
lld-link: error: could not open 'msvcrt.lib': no such file or directory
lld-link: error: could not open 'OLDNAMES.lib': no such file or directory
Error: linker exited with status 1
Target //:hello_world failed to build
When I try to build a Hello World example with these rules on Windows 2022 Server I get the following error message:
hello_world.d:
WORKSPACE.bazel:
BUILD.bazel:
.bazelversion:
The example works on Windows 2019 Server
The text was updated successfully, but these errors were encountered: