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

Error compiling on MacOS #5231

Open
snuntz opened this issue Dec 25, 2024 · 0 comments
Open

Error compiling on MacOS #5231

snuntz opened this issue Dec 25, 2024 · 0 comments

Comments

@snuntz
Copy link

snuntz commented Dec 25, 2024

I'm trying to compile the last code
In MacOS 10.15.7 Catalina stopped at this point:

[ 18%] Building C object lib/graphics_engine/CMakeFiles/graphics_engine.dir/src/gl.c.o
[ 18%] Building CXX object lib/graphics_engine/CMakeFiles/graphics_engine.dir/src/ge_compressor_astc_4x4.cpp.o
/Users/Mini7Server/stk-code/lib/graphics_engine/src/ge_compressor_astc_4x4.cpp:40:9: error:
use of undeclared identifier 'SDL_HasSSE41'
if (SDL_HasSSE41() == SDL_FALSE)
^
1 error generated.
make[2]: *** [lib/graphics_engine/CMakeFiles/graphics_engine.dir/src/ge_compressor_astc_4x4.cpp.o] Error 1
make[1]: *** [lib/graphics_engine/CMakeFiles/graphics_engine.dir/all] Error 2
make: *** [all] Error 2

thanks if someone help me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants