Skip to content

wsl compatability issues #230

@Cohors1316

Description

@Cohors1316

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions