I downloaded Box2D 2.1.2, ung-zipped, took soap and got all the tar off, and what not.
I downloaded cmake for the makefile generation for the Testbed, I like playing around with it. But cmake is only throwing up errors every time I select Code:Blocks MinGW under Customize, and instantly gets 10+ errors without me even having to press Generate.
It's quite annoying, as I followed the instructions, ignoring the parts about VC++.
The errors are as follows:
Code:
CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER
CMake Error: Could not find cmake module file:G:/Development/Origin Engine/Box2D_v2.1.2/Box2D_v2.1.2/Box2D/Build/CMakeFiles/CMakeCCompiler.cmake
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_CXX_COMPILER
CMake Error: Could not find cmake module file:G:/Development/Origin Engine/Box2D_v2.1.2/Box2D_v2.1.2/Box2D/Build/CMakeFiles/CMakeCXXCompiler.cmake
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
Configuring incomplete, errors occurred!
Any ideas? And if not, can someone else on a Windows box just compile it up and shoot me a link to the .exe?