• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling problem :: Gcc can't be updated to 4.6 or greater

G4BB3R

New Member
Joined
Jul 23, 2010
Messages
80
Reaction score
4
Today I followed the github tutorial to compile on windows 8.
But even updating mingw, the message "Sorry, you need gcc 4.6 or greater to compile." still appears.
I verified the toolchain path, deleted the MinGW from Code::Blocks folder, and still not working.

Error log (half):
Code:
-------------- Build: all in otclient (compiler: GNU GCC Compiler)---------------

Running command: C:/MinGW/bin/mingw32-make.exe -f "C:/OTClient/bin/Makefile"  VERBOSE=1 all
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -HC:\OTClient -BC:\OTClient\bin --check-build-system CMakeFiles\Makefile.cmake 0
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_progress_start C:\OTClient\bin\CMakeFiles C:\OTClient\bin\CMakeFiles\progress.marks
C:/MinGW/bin/mingw32-make.exe -f CMakeFiles\Makefile2 all
mingw32-make.exe[1]: Entering directory `C:/OTClient/bin'
C:/MinGW/bin/mingw32-make.exe -f CMakeFiles\otc_framework.dir\build.make CMakeFiles/otc_framework.dir/depend
mingw32-make.exe[2]: Entering directory `C:/OTClient/bin'
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_depends "MinGW Makefiles" C:\OTClient C:\OTClient C:\OTClient\bin C:\OTClient\bin C:\OTClient\bin\CMakeFiles\otc_framework.dir\DependInfo.cmake --color=
mingw32-make.exe[2]: Leaving directory `C:/OTClient/bin'
C:/MinGW/bin/mingw32-make.exe -f CMakeFiles\otc_framework.dir\build.make CMakeFiles/otc_framework.dir/build
mingw32-make.exe[2]: Entering directory `C:/OTClient/bin'
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_progress_report C:\OTClient\bin\CMakeFiles
[  0%]
Building CXX object CMakeFiles/otc_framework.dir/src/framework/luafunctions.cpp.obj
C:\PROGRA~2\HASKEL~1\201320~1.0\mingw\bin\G__~1.EXE   -DBOOST_THREAD_USE_LIB -DBOT_PROTECTION -DCLIENT -DCRASH_HANDLER -DFW_GRAPHICS -DFW_NET -DFW_SOUND -DFW_XML -D_WIN32_WINNT=0x0501 -Wall -Wextra -Wno-unused-parameter -Wno-unused-variable -Wno-unused-result  -std=gnu++0x -pipe -mthreads -O1 -g -fno-omit-frame-pointer @CMakeFiles/otc_framework.dir/includes_CXX.rsp   -D"BUILD_TYPE=\"RelWithDebInfo\"" -D"BUILD_COMMIT=\"devel\"" -D"BUILD_REVISION=\"0\"" -D"VERSION=\"0.6.5\"" -g0 -Os -o CMakeFiles\otc_framework.dir\src\framework\luafunctions.cpp.obj -c C:\OTClient\src\framework\luafunctions.cpp
In file included from C:/OTClient/src/framework/../framework/global.h:26:0,
                 from C:/OTClient/src/framework/../framework/core/application.h:26,
                 from C:\OTClient\src\framework\luafunctions.cpp:23:
C:/OTClient/src/framework/../framework/stdext/compiler.h:35:6: error: #error "Sorry, you need gcc 4.6 or greater to compile."
 
Back
Top