Skip to content

Instantly share code, notes, and snippets.

@misuba
Created August 4, 2014 20:00
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 misuba/b8f2babec3f24fa067d2 to your computer and use it in GitHub Desktop.
Save misuba/b8f2babec3f24fa067d2 to your computer and use it in GitHub Desktop.
OpenRCT2 woes
The target system is: Windows - -
The host system is: Darwin - 13.3.0 - x86_64
-- Found PkgConfig: i686-w64-mingw32-pkg-config (found version "0.28")
-- checking for one of the modules 'sdl2'
CMake Error at /usr/local/Cellar/cmake/3.0.0/share/cmake/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/local/Cellar/cmake/3.0.0/share/cmake/Modules/CMakeDetermineSystem.cmake:95 (include)
CMakeLists.txt:24 (project)
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) (found version "0.28")
-- checking for one of the modules 'sdl2'
CMake Error at /usr/local/Cellar/cmake/3.0.0/share/cmake/Modules/FindPkgConfig.cmake:425 (message):
None of the required 'sdl2' found
Call Stack (most recent call first):
CMakeLists_mingw.txt:29 (PKG_SEARCH_MODULE)
build/CMakeFiles/3.0.0/CMakeSystem.cmake:6 (include)
CMakeLists.txt:24 (project)
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:24 (project):
The CMAKE_C_COMPILER:
i586-mingw32-gcc
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:24 (project):
The CMAKE_CXX_COMPILER:
i586-mingw32-c++
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/Users/sugarbaker/Downloads/RCT2/OpenRCT2/build/CMakeFiles/CMakeOutput.log".
See also "/Users/sugarbaker/Downloads/RCT2/OpenRCT2/build/CMakeFiles/CMakeError.log".
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: i586-mingw32-gcc
Build flags: -masm=intel;-std=gnu99;-fpack-struct=2
Id flags:
The output was:
No such file or directory
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: i586-mingw32-gcc
Build flags: -masm=intel;-std=gnu99;-fpack-struct=2
Id flags: -c
The output was:
No such file or directory
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: i586-mingw32-gcc
Build flags: -masm=intel;-std=gnu99;-fpack-struct=2
Id flags: -Aa
The output was:
No such file or directory
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: i586-mingw32-c++
Build flags:
Id flags:
The output was:
No such file or directory
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler: i586-mingw32-c++
Build flags:
Id flags: -c
The output was:
No such file or directory
Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment