Skip to content

Raylib 6.0#202

Merged
electronstudio merged 43 commits into
masterfrom
raylib-5.6
Jun 5, 2026
Merged

Raylib 6.0#202
electronstudio merged 43 commits into
masterfrom
raylib-5.6

Update README.md

61b459b
Select commit
Loading
Failed to load commit list.
Cirrus CI / pi RAYLIB_OPENGL:2.1 RAYLIB_PLATFORM:SDL arm_container:electronstudio/raspberrypi-os:python3.14-bookworm failed May 5, 2026 in 4m 16s

Task Summary

Instruction build failed in 00:11

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:12 clone
✅ 00:19 setup
✅ 01:56 build_sdl
✅ 00:57 build_raylib
✅ 00:34 build_raylib_again
❌ 00:11 build

Successfully installed packaging-26.2 wheel-0.47.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
python setup.py bdist_wheel --plat-name manylinux2014_aarch64
Package sdl3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sdl3.pc'
to the PKG_CONFIG_PATH environment variable
Package 'sdl3', required by 'virtual:world', not found
not windows, trying Unix build
PKG_CONFIG_PATH is set to: None
Traceback (most recent call last):
  File "/tmp/cirrus-ci-build/setup.py", line 29, in <module>
    setup(
    ~~~~~^
        name="raylib"+NAME,
        ^^^^^^^^^^^^^^^^^^^
    ...<22 lines>...
        cffi_modules=["raylib/build.py:ffibuilder"]
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/local/lib/python3.14/site-packages/setuptools/__init__.py", line 117, in setup
    return distutils.core.setup(**attrs)  # type: ignore[return-value]
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  File "/usr/local/lib/python3.14/site-packages/setuptools/_distutils/core.py", line 148, in setup
    _setup_distribution = dist = klass(attrs)
                                 ~~~~~^^^^^^^
  File "/usr/local/lib/python3.14/site-packages/setuptools/dist.py", line 321, in __init__
    _Distribution.__init__(self, dist_attrs)
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.14/site-packages/setuptools/_distutils/dist.py", line 307, in __init__
    self.finalize_options()
    ~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/local/lib/python3.14/site-packages/setuptools/dist.py", line 790, in finalize_options
    ep(self)
    ~~^^^^^^
  File "/usr/local/lib/python3.14/site-packages/setuptools/dist.py", line 810, in _finalize_setup_keywords
    ep.load()(self, ep.name, value)
    ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.14/site-packages/cffi/setuptools_ext.py", line 229, in cffi_modules
    add_cffi_module(dist, cffi_module)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.14/site-packages/cffi/setuptools_ext.py", line 50, in add_cffi_module
    execfile(build_file_name, mod_vars)
    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.14/site-packages/cffi/setuptools_ext.py", line 26, in execfile
    exec(code, glob, glob)
    ~~~~^^^^^^^^^^^^^^^^^^
  File "raylib/build.py", line 331, in <module>
    build_unix()
    ~~~~~~~~~~^^
  File "raylib/build.py", line 147, in build_unix
    raise Exception("ERROR: SDL3 not found by pkg-config.  Please install pkg-config and SDL3."
                    "or else set RAYLIB_LINK_ARGS env variable.")
Exception: ERROR: SDL3 not found by pkg-config.  Please install pkg-config and SDL3.or else set RAYLIB_LINK_ARGS env variable.
����������������������������������������������������������������������������������������������������������������������������������������������������������������