Code: Select all
C:\Windows\system32\cmd.exe /C "C:/TDM-GCC-64/bin/mingw32-make.exe -j8 SHELL=cmd.exe -e -f Makefile"
"----------Building project:[ codelite_launcher - Win_x64_Release ]----------"
mingw32-make.exe[1]: Entering directory 'C:/Users/User/codelite/codelite_launcher'
In file included from C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++/type_traits:35:0,
from C:/wxWidgets-3.0.2/include/wx/strvararg.h:25,
from C:/wxWidgets-3.0.2/include/wx/string.h:46,
from codelite_launcher.cpp:1:
C:/TDM-GCC-64/lib/gcc/x86_64-w64-mingw32/4.9.2/include/c++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
#error This file requires compiler and library support for the \
^
mingw32-make.exe[1]: *** [Win_x64_Release/codelite_launcher.cpp.o.d] Error 1
mingw32-make.exe: *** [All] Error 2
codelite_launcher.mk:100: recipe for target 'Win_x64_Release/codelite_launcher.cpp.o.d' failed
mingw32-make.exe[1]: Leaving directory 'C:/Users/User/codelite/codelite_launcher'
Makefile:4: recipe for target 'All' failed
2 errors, 1 warnings