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

Update fedora embree package #10439

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

Conversation

0HyperCube
Copy link

@0HyperCube 0HyperCube commented Dec 26, 2024

Fix embree package name to install for Fedora. You need embree 4 to compile Godot from source while using system libraries. Embree4 appears to be packaged as embree-devel. https://packages.fedoraproject.org/pkgs/embree/embree-devel/

If the previously suggested version of embree is installed, the following compile error occurs:

In file included from modules/raycast/lightmap_raycaster_embree.cpp:33:
modules/raycast/lightmap_raycaster_embree.h:40:10: fatal error: embree4/rtcore.h: No such file or directory
   40 | #include <embree4/rtcore.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.

@mhilbrunner mhilbrunner added bug area:contributing Issues and PRs related to the Contributing/Development section of the documentation topic:buildsystem labels Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:contributing Issues and PRs related to the Contributing/Development section of the documentation bug topic:buildsystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants