Open zao opened 2 months ago
Not quite sure what the proper way to do this is, as the same errors manifest down through 0.12.0, with 0.11.0 having a different fault:
/home/zao/poe-dat-viewer/lib/src/dat-analysis/build.zig:23:12: error: no field named 'entry' in struct 'Build.Step.Compile'
module.entry = .disabled;
^~~~~
/home/zao/tools/zig-linux-x86_64-0.11.0/lib/std/Build/Step/Compile.zig:1:1: note: struct declared here
const builtin = @import("builtin");
^~~~~
With the current
master
of Zig as of 2024-09-05 (version0.14.0-dev.1421+f87dd43c1
), trying to replicate the steps in the GitHub workflows on an Ubuntu 24.04 machine fails fordat-analysis
:Patching this to read
b.path("./analysis.zig"),
gets me past this part to another problem:This problem I have not found a solution to yet. I guess I could work around by using an older Zig version, but it'd be nice if things work out of the box, particularly as this might also affect CI.