-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
RAYGUI : Undefined Reference and Double Defined Errors #4345
Comments
Raylib Works perfectly fine with meson as I am using the CMake Module |
sorry, accidentally clicked the wrong button |
As i was saying, the raygui.h file for that code in my project does not work and give those errors. |
@Universal-Flare I'm afraid I can't reproduce, it could be related to the build system used. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please, before submitting a new issue verify and check:
Issue description
It shows the error of Double Definitions which are defined in both raylib and raygui.
Without
#define RAYGUI_IMPLEMENTATION
at the top of the code, it shows an undefined reference error when run.Environment
OS: Windows 11
OpenGL: Same from Raylib Default
Build System: Meson
Code Example
The text was updated successfully, but these errors were encountered: