-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[package] raylib/5.0: Missing rcamera.h header #24368
Comments
Hi @Ezbob thanks a lot for taking the time to report your issue, we appreciate it :) I don't think this is a recipe issue, as per the upstream cmakelist in https://github.com/raysan5/raylib/blob/master/src/CMakeLists.txt#L24, you can see that they set a minimal collection of headers as part of their public API, so it's not clear to me if the expectations are to be able to use such headers externally As you mention, to confuse things even more, they do show up in the examples, so maybe we need to ask upstream first? |
Hello, and thanks for your quick response, and sorry for my slow one. |
Thanks! Please feel free to ping me once you get some insight into the issue, would be happy to quickly act on it :) |
Hello @RubenRBS , |
Thanks for the follow up @Ezbob! I think I might have a solution for this that might satisfy us all, I'll submit a PR in a bit where we can discuss it :) |
Cool! Thanks @RubenRBS :) |
Description
I've tried to run the 3d camera examples from the RayLib package, but it seems that the
rcamera.h
header is missing from the package's include path. I've managed to find it in the RayLib's source so it seems like it still around. Furthermore it seems that theraudio.h
header is also missing.Package and Environment Details
Conan profile
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=14
compiler.runtime=dynamic
compiler.version=193
os=Windows
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
Put:
in a
conanfile.txt
.Run
conan install . -pr:h=default -pr:b=default --build=missing
to install depedencies.Try and compile this program with the using the
conan_toolchain.cmake
:Logs
Click to expand log
The text was updated successfully, but these errors were encountered: