-
Notifications
You must be signed in to change notification settings - Fork 586
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
make #26
Comments
Most likely the |
-- The C compiler identification is GNU 9.3.0 -- Configuring incomplete, errors occurred! |
Try running this: sudo apt-get install mesa-common-dev libglu1-mesa-dev |
Nothing happened |
I try this in the /root/Desktop/Tools and get the same result : -- The C compiler identification is GNU 9.3.0 FindOpenGL found both a legacy GL library:
and GLVND libraries for OpenGL and GLX:
OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so Could not find a package configuration file provided by "SDL2" with any of
Add the installation prefix of "SDL2" to CMAKE_PREFIX_PATH or set -- Could NOT find FFTW (missing: FFTW_LIBRARIES FFTW_INCLUDE_DIRS)
CMake Error at CMakeLists.txt:60 (message): -- Configuring incomplete, errors occurred! |
Now you are missing SDL2:
|
CMake Warning (dev) at /usr/share/cmake-3.16/Modules/FindOpenGL.cmake:275 (message): FindOpenGL found both a legacy GL library:
and GLVND libraries for OpenGL and GLX:
OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for -- Could NOT find FFTW (missing: FFTW_LIBRARIES FFTW_INCLUDE_DIRS) -- Configuring done |
Run |
it's working. thanks |
root@sys:/home/user/tools/kbd-audio/build# make
make: *** No targets specified and no makefile found. Stop.
what's the problem?
Thanks
The text was updated successfully, but these errors were encountered: