ITADN

wsl compatability issues

#230OpenCohors1316 创建于 2025-10-06
C
Cohors1316commented
> Yeah no success on Ubuntu WSL > - `zig version`: 0.14.1 > - `cd ~/` > - `git clone --depth 1 --branch v0.14.1 https://github.com/jetzig-framework/jetzig` > - `cd jetzig/cli` > - `zig build install` > - `cd ~/my-app` > - `~/jetzig/cli/zig-out/bin/jetzig init` (confirms defaults) > - `zig build run`: > > ``` > zig-0.14.1/lib/std/Build.zig:498:25: error: option 'openssl_lib_name' has unsupported type: *const [3:0]u8 > else => @compileError("option '" ++ field.name ++ "' has unsupported type: " ++ @typeName(T)), > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ``` > (same error on native windows with the analogue process) _Originally posted by @Jonatanc05 in [#227](https://github.com/jetzig-framework/jetzig/issues/227#issuecomment-3303139075)_
0 条评论