Well, I tried to compile with the eclipse c/c++ compiler (i had no luck)
So I followed GoogleFrog's page and installed all those stuff.
I got this weird error and here is the error log
---------------------------start--------------------------------
Determining if the CXX compiler accepts the flag -fuse-ld=gold failed with the following output:
Change Dir: H:/JimmyCode/SpringRTS/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/PROGRA~2/MINGW-~1/I686-4~1.1-P/mingw32/bin/mingw32-make.exe" "cmTC_cf8af/fast"
C:/PROGRA~2/MINGW-~1/I686-4~1.1-P/mingw32/bin/mingw32-make.exe -f CMakeFiles\cmTC_cf8af.dir\build.make CMakeFiles/cmTC_cf8af.dir/build
mingw32-make.exe[1]: Entering directory 'H:/JimmyCode/SpringRTS/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_cf8af.dir/DummyCXXFile.cxx.obj
C:\PROGRA~2\MINGW-~1\I686-4~1.1-P\mingw32\bin\G__~1.EXE -mwindows -fuse-ld=gold -o CMakeFiles\cmTC_cf8af.dir\DummyCXXFile.cxx.obj -c "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\DummyCXXFile.cxx"
Linking CXX executable cmTC_cf8af.exe
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_cf8af.dir\link.txt --verbose=1
"C:\Program Files (x86)\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_cf8af.dir/objects.a
C:\PROGRA~2\MINGW-~1\I686-4~1.1-P\mingw32\bin\ar.exe cr CMakeFiles\cmTC_cf8af.dir/objects.a @CMakeFiles\cmTC_cf8af.dir\objects1.rsp
C:\PROGRA~2\MINGW-~1\I686-4~1.1-P\mingw32\bin\G__~1.EXE -mwindows -fuse-ld=gold -Wl,--whole-archive CMakeFiles\cmTC_cf8af.dir/objects.a -Wl,--no-whole-archive -o cmTC_cf8af.exe -Wl,--out-implib,libcmTC_cf8af.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_cf8af.dir\linklibs.rsp
collect2.exe: fatal error: cannot find 'ld'
compilation terminated.
mingw32-make.exe[1]:
* [cmTC_cf8af.exe] Error 1
CMakeFiles\cmTC_cf8af.dir\build.make:98: recipe for target 'cmTC_cf8af.exe' failed
mingw32-make.exe[1]: Leaving directory 'H:/JimmyCode/SpringRTS/build/CMakeFiles/CMakeTmp'
mingw32-make.exe:
* [cmTC_cf8af/fast] Error 2
Makefile:125: recipe for target 'cmTC_cf8af/fast' failed
---------------------------------end---------------------------
If you have read this code properly then you will find out some of my not-so-important personal information.... but who cares
I can't post the cmakeoutput.log because its toooo long