Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to build master with zig 0.8.0 after commit f75efdac2774ebf5bdae577ba64f1b3583bcce8d #12

Open
iuridiniz opened this issue Jun 24, 2021 · 0 comments

Comments

@iuridiniz
Copy link

Hello guys,

I'm unable to build master with zig 0.8.0 after commit f75efda

I got the following error:

./build.zig:127:28: error: no member named 'path' in '[]const u8'
                .path = .{ .path = try std.fs.path.join(b.allocator, &[_][]const u8 { ziget_repo, "openssl/ssl.zig" }) },
                           ^
./build.zig:16:49: note: referenced here
        if (optional_ssl_backend) |ssl_backend| try addSslBackend(exe, ssl_backend, ".")
                                                ^
/home/iuri/.local/opt/zig-0.8.0.linux-x86_64/lib/std/special/build_runner.zig:158:24: note: referenced here
        .ErrorUnion => try root.build(builder),

the parent commit (40e159d) can build without any error or warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant