Been trying to resolve this for a while now, Have a simple hello world .zig file and can't get it to compile using zig build-exe testing.zig, throws the error above (title)
I've added zig to my window's env variables C:\Users\jan\Downloads\zig-windows-x86_64-0.13.0-dev.46+3648d7df1
And the file dir at the location looks like
Directory: C:\Users\jan\Downloads\zig-windows-x86_64-0.13.0-dev.46+3648d7df1
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 2024-05-03 2:21 PM doc
d----- 2024-05-03 2:21 PM lib
-a---- 2024-05-03 2:21 PM 1080 LICENSE
-a---- 2024-05-03 2:21 PM 5448 README.md
-a---- 2024-05-03 2:21 PM 155551232 zig.exe
I simply downloaded the .zip for my system and extracted it and added to env variables
