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
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!
The text was updated successfully, but these errors were encountered:
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:
System: Linux Mint 20.3 Una
Any tips would be helpful.
Thanks!
The text was updated successfully, but these errors were encountered: