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

Error: root struct of file 'Build' has no member named 'LogStep' #8

Open
munjalpatel opened this issue Sep 10, 2023 · 1 comment
Open

Comments

@munjalpatel
Copy link

I am trying to follow the instructions on MacOS with zig v0.11.0 and get the following error whenever I try to do zig build get-tools or zig build get-v8:

/Users/munjalapatel/workspace/playground/zig-v8/build.zig:362:42: error: root struct of file 'Build' has no member named 'LogStep'
fn createGetTools(b: *Builder) *std.build.LogStep {
                                ~~~~~~~~~^~~~~~~~
referenced by:
    build: /Users/munjalapatel/workspace/playground/zig-v8/build.zig:21:23
    runBuild__anon_6791: /Users/munjalapatel/.zig/lib/std/Build.zig:1639:37
    remaining reference traces hidden; use '-freference-trace' to see all reference traces
@almmiko
Copy link
Collaborator

almmiko commented Sep 18, 2023

@munjalpatel *std.build.LogStep was removed from v0.11.0. The v0.10.1 API should be compatible with the current build.zig implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants