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

Stream: Error during binary build #2249

Closed
adityasahugit opened this issue Jun 19, 2024 · 0 comments
Closed

Stream: Error during binary build #2249

adityasahugit opened this issue Jun 19, 2024 · 0 comments

Comments

@adityasahugit
Copy link

adityasahugit commented Jun 19, 2024

I am running this to create binary for stream, in Ubuntu sys (running ARM Environment),

$ cmake -DWHISPER_BUILD_EXAMPLES=1 -DWHISPER_SDL2=ON -DCMAKE_PREFIX_PATH=/usr/include/SDL2 -DSDL2_DIR=/usr/include/SDL2 ..

Installed libsdl2-dev and Also followed these steps as well: Issue #2053
Still getting error:

-- CMAKE_SYSTEM_PROCESSOR: aarch64
-- ARM detected
CMake Error at examples/CMakeLists.txt:9 (find_package) :
By not providing "FindSDL2. cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "SDL2", but CMake did not find one.

Could not find a package configuration file provided by "SDL2" with any of the following names:

SDL2Config. cmake
sdl2-config.cmake

Add the installation prefix of "SDL2" to CMAKE_PREFIX_PATH or set "SDL2_DIR" to a directory containing one of the above files. If "SDL2" provides a separate development package or SDK, be sure it has been installed.

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