zig icon indicating copy to clipboard operation
zig copied to clipboard

default `zig init` template fails to build with x86 backend on windows

Open rupakhetibinit opened this issue 1 year ago • 1 comments

Zig Version

0.13.0, v0.14.0-dev.224+95d9292a7

Steps to Reproduce and Observed Behavior

I know x86 backend is still in the works but even the default zig init template fails to build on windows with .use_llvm=false. This is both on current master branch and 0.13.0.

The build fails with

❯ zig build run
run
└─ run zig-bug
   └─ install
      └─ install zig-bug
         └─ zig build-lib zig-bug Debug native failure
error: error: TODOImplementWritingLibFiles

Expected Behavior

I expect the default zig init template to atleast build considering x86 backend is supposedly passing 90%+ of tests.

rupakhetibinit avatar Jul 11 '24 18:07 rupakhetibinit

effectively a duplicate of #17751, but sure let's keep it open until it works.

andrewrk avatar Jul 17 '24 08:07 andrewrk