I tried to install mingw64, it seems I have to compile it using GNUWin's 'Make', but I fail in doing it. Could you help me?
i didn't had to do any compiling...
Download win_build and install it... (you have to klick on the "process" button on the right top)
http://win-builds.org/doku.php/download_and_installation_from_windowsThen you have to set up the compiler:
1) Start codeblocks
2) Settings->Compiler
3) Selected compiler: "GNU GCC Compiler" -> Copy -> Enter the name "Mingw64_win_build" -> OK -> OK
4) Selected compiler: "Mingw64_win_buils" -> Toolchain executables
5) Compilers installation directory -> ... -> Browse to the installation directory of win_build and there to the "bin" sub folder -> Ok
6) remove the "mingw32-" part from the Program Files -> Ok
7) Create a new project but select "Mingw64_win_buils" when asked for the Compiler
7b) if you want to migrate a existing project:
1) Project-> Build options->On the left select your project (top most entry)->Selected compiler->"Mingw64_win_buils"-> Yes -> Ok
2) !!!!! Make a full rebuild !!!!! -> Build->Rebuild
i hope this helps
greetings