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

[rcore_web] Web examples fail to compile (missing recipes) #4483

Closed
ColleagueRiley opened this issue Nov 11, 2024 · 0 comments · Fixed by #4487
Closed

[rcore_web] Web examples fail to compile (missing recipes) #4483

ColleagueRiley opened this issue Nov 11, 2024 · 0 comments · Fixed by #4487

Comments

@ColleagueRiley
Copy link
Contributor

Issue description

The Makefile.Web makefile is failing to compile the web examples using make PLATFORM=PLATFORM_WEB -B

The error is:

core/core_basic_window_web.c:18:10: fatal error: 'raylib.h' file not found
   18 | #include "raylib.h"

This is because there is a missing recipe for this example. I was able to compile the example by adding that recipe, but there were still similar errors occurring due to other missing recipes.

Environment

Arch Linux.

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 a pull request may close this issue.

1 participant