We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:[email protected]
Host Environment
To Reproduce
vcpkg install
Failure logs
raylib currently requires the following libraries from the system package manager: libgl1-mesa-dev libx11-dev libxcursor-dev libxinerama-dev libxrandr-dev These can be installed on Ubuntu systems via sudo apt install libgl1-mesa-dev libx11-dev libxcursor-dev libxinerama-dev libxrandr-dev Downloading raysan5-raylib-5.5.tar.gz Successfully downloaded raysan5-raylib-5.5.tar.gz. -- Extracting source /root/Projects/vcpkg/downloads/raysan5-raylib-5.5.tar.gz -- Applying patch android.diff -- Applying patch fix-link-path.patch -- Using source at /root/Projects/vcpkg/buildtrees/raylib/src/5.5-966575b391.clean -- De-vendoring 'cgltf.h' -- De-vendoring 'dr_flac.h' -- De-vendoring 'dr_mp3.h' -- De-vendoring 'dr_wav.h' -- De-vendoring 'miniaudio.h' -- De-vendoring 'qoi.h' -- De-vendoring 'sdefl.h' -- De-vendoring 'sinfl.h' -- De-vendoring 'stb_image.h' -- De-vendoring 'stb_image_resize2.h' -- De-vendoring 'stb_image_write.h' -- De-vendoring 'stb_perlin.h' -- De-vendoring 'stb_rect_pack.h' -- De-vendoring 'stb_truetype.h' -- De-vendoring 'stb_vorbis.c' -- Configuring x64-linux -- Building x64-linux-dbg -- Building x64-linux-rel -- Fixing pkgconfig file: /root/Projects/vcpkg/packages/raylib_x64-linux/lib/pkgconfig/raylib.pc CMake Error at scripts/cmake/vcpkg_fixup_pkgconfig.cmake:134 (message): /nix/store/f1gamyykr0f8n4afy910ass2jx2g9zkv-pkg-config-wrapper-0.29.2/bin/pkg-config --exists raylib failed with error code: 1 ENV{PKG_CONFIG_PATH}: "/root/Projects/vcpkg/packages/raylib_x64-linux/lib/pkgconfig:/root/Projects/vcpkg/packages/raylib_x64-linux/share/pkgconfig:/root/Projects/celestium/vcpkg_installed/x64-linux/lib/pkgconfig:/root/Projects/celestium/vcpkg_installed/x64-linux/share/pkgconfig" output: Package raylib was not found in the pkg-config search path. Perhaps you should add the directory containing `raylib.pc' to the PKG_CONFIG_PATH environment variable No package 'raylib' found Call Stack (most recent call first): scripts/cmake/vcpkg_fixup_pkgconfig.cmake:196 (z_vcpkg_fixup_pkgconfig_check_files) buildtrees/versioning_/versions/raylib/293c69f77a430e6d7ed786224cd81e412c0c2db2/portfile.cmake:79 (vcpkg_fixup_pkgconfig) scripts/ports.cmake:196 (include)
Additional context
{ "name": "celestium", "version": "0.1.0", "dependencies": [ { "name": "raylib", "version>=": "5.5", "default-features": false } ], "builtin-baseline": "10b7a178346f3f0abef60cecd5130e295afd8da4" }
I Have Tried Using latest vcpkg, installing versions 5.5 and 5.0 of raylib, all with the same error.
vcpkg
5.5
5.0
raylib
The text was updated successfully, but these errors were encountered:
Check your system. What is /nix/store/f1gamyykr0f8n4afy910ass2jx2g9zkv-pkg-config-wrapper-0.29.2/bin/pkg-config really doing? Any sysroot interfering?
/nix/store/f1gamyykr0f8n4afy910ass2jx2g9zkv-pkg-config-wrapper-0.29.2/bin/pkg-config
Sorry, something went wrong.
Mengna-Li
No branches or pull requests
Package: raylib:[email protected]
Host Environment
vcpkg-scripts version: 5e5d0e1 2024-11-22 (5 hours ago)
To Reproduce
vcpkg install
Failure logs
Additional context
vcpkg.json
I Have Tried
Using latest
vcpkg
, installing versions5.5
and5.0
ofraylib
, all with the same error.The text was updated successfully, but these errors were encountered: