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
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
The text was updated successfully, but these errors were encountered:
I am trying to follow the instructions on MacOS with
zig v0.11.0
and get the following error whenever I try to dozig build get-tools
orzig build get-v8
:The text was updated successfully, but these errors were encountered: