I was following the instructions on GitHub - zigzap/zap: blazingly fast backends in zig for installing and running zap. I have done this on my work computer without incident and came home to continue my testing on my laptop.
However, on my laptop, after pulling down the code with git, I am getting an error when building that says I have a transitive error which appears to be something wrong with the build.zig.zon file. The issue is that it is the same file at work and I have no idea why it isn’t working now.
I’m actually using it in their project though. I assumed it didn’t have that entry because I had downloaded their source. They don’t even have a dependency section in the zon file. Wondering why I need to add it when my other computer compiled just fine without it.
I tried that and same error.
Like I said, my work computer is setup with 14 and it didn’t have any issues. Wondering if I might be missing a package somewhere but no idea what it might be.