Skip to content

Instantly share code, notes, and snippets.

@bcho
Created August 5, 2014 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcho/284c92d57b9e16d09f33 to your computer and use it in GitHub Desktop.
Save bcho/284c92d57b9e16d09f33 to your computer and use it in GitHub Desktop.
-- checking for one of the modules 'sdl2'
CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:425 (message):
None of the required 'sdl2' found
Call Stack (most recent call first):
CMakeLists_mingw.txt:29 (PKG_SEARCH_MODULE)
/usr/share/cmake-3.0/Modules/CMakeDetermineSystem.cmake:95 (include)
CMakeLists.txt:24 (project)
-- checking for one of the modules 'sdl2'
CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:425 (message):
None of the required 'sdl2' found
Call Stack (most recent call first):
CMakeLists_mingw.txt:29 (PKG_SEARCH_MODULE)
CMakeFiles/3.0.0/CMakeSystem.cmake:6 (include)
CMakeLists.txt:24 (project)
-- The C compiler identification is GNU 4.9.1
-- The CXX compiler identification is GNU 4.9.1
-- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc
CMake Error at /usr/share/cmake-3.0/Modules/FindPkgConfig.cmake:425 (message):
None of the required 'sdl2' found
Call Stack (most recent call first):
/home/hbc/workshop/openrct2/OpenRCT2/CMakeLists_mingw.txt:29 (PKG_SEARCH_MODULE)
/home/hbc/workshop/openrct2/OpenRCT2/CMakeFiles/3.0.0/CMakeSystem.cmake:6 (include)
CMakeLists.txt:2 (project)
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc -- broken
CMake Error at /usr/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "/usr/bin/i686-w64-mingw32-gcc" is not able to compile a
simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:24 (project)
-- Configuring incomplete, errors occurred!
See also "/home/hbc/workshop/openrct2/OpenRCT2/CMakeFiles/CMakeOutput.log".
See also "/home/hbc/workshop/openrct2/OpenRCT2/CMakeFiles/CMakeError.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment