Skip to content
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

raylib: cherry-pick fix for setting feature macros #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michaellass
Copy link

When trying to build musializer, I encountered the following error:

In file included from ./raylib/raylib-5.0/src/rglfw.c:87:
./raylib/raylib-5.0/src/external/glfw/src/posix_poll.c: In function '_glfwPollPOSIX':
./raylib/raylib-5.0/src/external/glfw/src/posix_poll.c:49:32: error: implicit declaration of function 'ppoll'; did you mean 'poll'? [-Wimplicit-function-declaration]
   49 |             const int result = ppoll(fds, count, &ts, NULL);
      |                                ^~~~~
      |                                poll

It turns out that raylib has a fix for this in master (raysan5/raylib@192f7f1). Applying it fixed the issue for me.

This fixes the issue underlying #20.

This is a cherry-pick of
raysan5/raylib@192f7f1
which fixes the underlying issue of
tsoding#20.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant