Closed dhrubrawat66 closed 3 months ago
- zig version -> 0.12.0-dev.2063+804cee3b9
- when i run the zig build run, It throws following errors
what to do?
I solved it by updating the version of zig to 0.13.0-dev.351+64ef45eb0, then changing in (i think the numbers can change) '.cache/zig/p/1220bc2612b57b0cfaaecbcac38e3144e5a9362ff668d71eb8334e895047bdbb7148/build.zig' and in .cache/zig/p/1220c94dbcdf5a799ce2b1571978ff3c97bab1341fe329084fcc3c06e5d6375469b9/build.zig all the lines with .root_source_file = .path = "some stuff" to .root_source_file = .{ .src_path = .{.owner = b, .sub_path = "the stuff was here"} }. Then installed gtk4 with "sudo apt install libgtk-4-dev", and all worked fine.
what to do?