ITADN

Compiling from source code failed in Zig 0.14.1

#216Openmkacmaz 创建于 2025-07-09
M
mkacmazcommented
Hi, I got this error when compiling the project in Zig version 0.14.1 `/home/mcht/work/mcht/zig/jetzig/build.zig:465:92: error: type 'u29' has no members const source = try file.readToEndAllocOptions(b.allocator, @intCast(stat.size), null, .of(u8), 0); ~^~ referenced by: build: /home/mcht/work/mcht/zig/jetzig/build.zig:48:69 runBuild__anon_24767: /usr/local/zig/lib/std/Build.zig:2428:44 6 reference(s) hidden; use '-freference-trace=8' to see all references` How to reproduce: - Clone the project `git clone https://github.com/jetzig-framework/jetzig` - Go to jetzig folder and run: `zig build install`
0 条评论