-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
when i build the project on windows the python script doesn't really work, outputting
Traceback (most recent call last): File ".\build.py", line 42, in <module> game_metadata = parse_metadata(src_dir + "/Headers/version.h") File ".\build.py", line 29, in parse_metadata value = value.removeprefix('"').removesuffix('"') AttributeError: 'str' object has no attribute 'removeprefix' .
When i try to manual build having all the dependencies it outputs this:
CMake Error at CMakeLists.txt:82 (find_package):
Could not find a package configuration file provided by "SDL3" with any of
the following names:
SDL3Config.cmake
sdl3-config.cmake
Add the installation prefix of "SDL3" to CMAKE_PREFIX_PATH or set
"SDL3_DIR" to a directory containing one of the above files. If "SDL3"
provides a separate development package or SDK, be sure it has been
installed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels