level 2
cheapsubmit
楼主
#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.
刚安装编译了wxWidgets,测试samples里面的程序的时候出现错误。于是改config文件CXXFLAGS ?= “-std=gnu++11",,想重新编译。但mingw32-make -f makefile.gcc显示第一行就退出了。查看install.txt文件,说重新编译需要use "clean" target。
请教各位大神,怎样use clean target以重新编译wxWidgets?谢谢!
2016年07月06日 10点07分
1
ISO C++ 2011 standard. This support is currently experimental, and must be \
enabled with the -std=c++11 or -std=gnu++11 compiler options.
刚安装编译了wxWidgets,测试samples里面的程序的时候出现错误。于是改config文件CXXFLAGS ?= “-std=gnu++11",,想重新编译。但mingw32-make -f makefile.gcc显示第一行就退出了。查看install.txt文件,说重新编译需要use "clean" target。
请教各位大神,怎样use clean target以重新编译wxWidgets?谢谢!
