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

Build Failing #14

Closed
radiophonic opened this issue Aug 4, 2023 · 4 comments
Closed

Build Failing #14

radiophonic opened this issue Aug 4, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@radiophonic
Copy link

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 radiophonic added the bug Something isn't working label Aug 4, 2023
@orhun
Copy link
Owner

orhun commented Aug 5, 2023

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

@greenm01
Copy link

greenm01 commented Oct 5, 2023

fixed yet? Build fails with zig 0.12.0

@orhun
Copy link
Owner

orhun commented Oct 5, 2023

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

there are some compilation errors IIRC.

@orhun orhun removed their assignment Oct 7, 2024
@orhun
Copy link
Owner

orhun commented Oct 20, 2024

This should be fixed now :)

@orhun orhun closed this as completed Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants