Hi,
i have tried to compile box2d 2.2.1 with codeblocks 10.05 on Win7
Anyone had success with this?
What i have done:
* Installed CMake 2.8.5
* Put the bin folder of mingw into system path environment variable
* Run CMake, selected CodeBlocks/MinGW and specified the path
* CMake didn't find the codeblocks bin, so i specified this manually
* Configure
* Generate
No Errors:
Code:
Configuring done
Generating done
Then i start CodeBlocks, select either build target all or HelloWorld and Build, but it doesn't do anything:
Code:
-------------- Build: HelloWorld in Box2D ---------------
Using makefile: Makefile
Execution of 'make.exe -s -f Makefile HelloWorld' in 'C:\...\Box2D-build' failed.
Nothing to be done.
I have also tried on another system, to build it with plain msys/mingw, but there is almost the same problem. All it does is printing a little System Information (Windows XP... bla) when typing make
I searched the forum and seems somebody out there has a project file for CodeBlocks, but its not for the current Box2D
Any ideas?