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

CMake error when installing SDL2 dependencies #8733

Open
kiplimock opened this issue May 21, 2024 · 0 comments
Open

CMake error when installing SDL2 dependencies #8733

kiplimock opened this issue May 21, 2024 · 0 comments

Comments

@kiplimock
Copy link

Software Versions

  • Python: 3.8
  • OS: Ubuntu 18.04 Arm64
  • Kivy: 2.3.0
  • Kivy installation method:

Describe the bug
CMake fails to complete successfully because the script is looking for a directory called "build" within the "SDL2-2.28.5" directory.\

Expected behavior
The script should run without errors created by the script itself.

To Reproduce
Run the kivy dependency installation script as per the instructions found at https://kivy.org/doc/stable/gettingstarted/installation.html

*Code and Logs and screenshots

~/kivy-deps-build/kivy-dependencies/build/SDL2-2.28.5 ~/kivy-deps-build/kivy-dependencies/build ~/kivy-deps-build
+ cmake -S . -B build -DCMAKE_INSTALL_PREFIX=../../dist -DCMAKE_BUILD_TYPE=Release -GNinja
CMake Error: The source directory "/home/cedric/kivy-deps-build/kivy-dependencies/build/SDL2-2.28.5/build" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant