I am getting this error
make
mkdir -p ../Obj/FFS_GCC_Make_Release/ffs/src/
g++ -pthread -std=c++11 -pipe -O3 -DNDEBUG -DWXINTL_NO_GETTEXT_MACRO -I../.. -I../../zenXml -include "zen/i18n.h" -include "zen/warn_static.h" -Wall -Winit-self -Wredundant-decls -Wmissing-include-dirs -Wswitch-enum -Wmain -DZEN_LINUX -Wcast-align -Wshadow `pkg-config --cflags gtk+-2.0` `pkg-config --cflags libselinux` -DHAVE_SELINUX -I/root/Desktop/boost `/root/Desktop/wxWidgets/lib/release/bin/wx-config --cxxflags --debug=no --static=yes` -c algorithm.cpp -o ../Obj/FFS_GCC_Make_Release/ffs/src/algorithm.o
/bin/sh: /root/Desktop/wxWidgets/lib/release/bin/wx-config: No such file or directory
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: warning: ../../zenXml: No such file or directory
cc1plus: warning: /root/Desktop/boost: No such file or directory
make: *** [../Obj/FFS_GCC_Make_Release/ffs/src/algorithm.o] Error 1
Any ideas?
Trying to build with source for CentOS
- Posts: 4
- Joined: 14 May 2014