You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build it, after git clone https://github.com/zig-bitcoin/coconut.git, zig build -Doptimize=ReleaseFast gives me:
/home/j/.cache/zig/p/122005e589ab3b6bff8e589b45f5b12cd27ce79f266bdac17e9f33ebfe2fbaff7fe3/build.zig:66:61: error: root struct of file 'Build.Step' has no member named 'MakeOptions'
fn make(step: *std.Build.Step, _: std.Build.Step.MakeOptions) anyerror!void {
~~~~~~~~~~~~~~^~~~~~~~~~~~
/opt/zig-linux-x86_64-0.13.0/lib/std/Build/Step.zig:1:1: note: struct declared here
id: Id,
^~
referenced by:
readMeStep: /home/j/.cache/zig/p/122005e589ab3b6bff8e589b45f5b12cd27ce79f266bdac17e9f33ebfe2fbaff7fe3/build.zig:79:10
build: /home/j/.cache/zig/p/122005e589ab3b6bff8e589b45f5b12cd27ce79f266bdac17e9f33ebfe2fbaff7fe3/build.zig:47:20
remaining reference traces hidden; use '-freference-trace' to see all reference traces
I am trying to build it, after
git clone https://github.com/zig-bitcoin/coconut.git
,zig build -Doptimize=ReleaseFast
gives me:zig build -Doptimize=ReleaseFast -freference-trace
gives me:I'm on Ubuntu 22.04LTS, I use
zig
0.13.0
installed via direct-download.The text was updated successfully, but these errors were encountered: