-
Notifications
You must be signed in to change notification settings - Fork 36
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
Latest commit can't find raylib.h #37
Comments
Hey, I just don't know how to fix it. The include paths are added correctly but the linker cannot find the header files. |
Oof, that's unfortunate. I've tried poking and prodding it, but it's out of my depth. So far, staying on ziglang/zig@c89bb3e has been my only solution. Oh, and thanks for great bindings. Been using them for the past few months. :) |
I just ran into this and is quite frustrating. Should this package be part of Andrew's list of real world package uses? |
I haven't figured out exactly what's going on here, but I had the same error message and the following worked for me:
Yes, it's not pretty, but got my builds working until a proper fix comes around. Zig version 0.12.0-dev.11683+d5fc3c635. |
Indeed this works (I only had to also update marshal.h to point at the right paths). |
I can confirm - |
This may be related: raysan5/raylib#3835 |
I don't know if something's changed, but today |
Hi,
I tried using yesterday's commit (bd561b3), thanks for adapting to latest zig build changes (btw, I think usage section should now say
raylib.addTo(b, exe, target.query, mode, .{});
), but I can't seem to build it properly now. I'm getting this:This is a clean repo with just raylib.zig, zig version 0.12.0-dev.2341+92211135f, Windows 11 22631.3085
The text was updated successfully, but these errors were encountered: