Build Failing
Greetings! I recently came across your project and I'm very much looking forward to testing it out. However the build is failing.
Repoository was cloned, submodules were updated. Zig is version 0.11.0.
To reproduce:
zig build -Drelease-safe
Zig returns the following error:
/home/user/Tools/sound-tools/linuxwave/build.zig:30:19: error: no field or member function named 'standardReleaseOptions' in 'Build'
const mode = b.standardReleaseOptions();
~^~~~~~~~~~~~~~~~~~~~~~~
/snap/zig/8241/lib/std/Build.zig:1:1: note: struct declared here
const std = @import("std.zig");
^~~~~
referenced by:
runBuild__anon_7127: /snap/zig/8241/lib/std/Build.zig:1639:37
remaining reference traces hidden; use '-freference-trace' to see all reference traces
System: Linux Mint 20.3 Una
Any tips would be helpful. Thanks!
This will be fixed when #8 is merged. Thanks for reporting!
fixed yet? Build fails with zig 0.12.0
not yet, I need to finalize #8 for Zig 0.11.0 first :/
there are some compilation errors IIRC.
This should be fixed now :)