linuxwave icon indicating copy to clipboard operation
linuxwave copied to clipboard

Build Failing

Open radiophonic opened this issue 2 years ago • 3 comments

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!

radiophonic avatar Aug 04 '23 19:08 radiophonic

This will be fixed when #8 is merged. Thanks for reporting!

orhun avatar Aug 05 '23 11:08 orhun

fixed yet? Build fails with zig 0.12.0

greenm01 avatar Oct 05 '23 00:10 greenm01

not yet, I need to finalize #8 for Zig 0.11.0 first :/

there are some compilation errors IIRC.

orhun avatar Oct 05 '23 16:10 orhun

This should be fixed now :)

orhun avatar Oct 20 '24 21:10 orhun