Hi
Trying to compile Goqat, I got compilation error :
In file included from /usr/include/c++/5/thread:35:0,
from /usr/include/libindi/baseclient.h:27,
from indi_client.cpp:36:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
I've tried tu put CXXFLAGS -std=gnu++11 in the Makefile but it doesn't change anything
Could somedy help me thanks
Trying to compile Goqat, I got compilation error :
In file included from /usr/include/c++/5/thread:35:0,
from /usr/include/libindi/baseclient.h:27,
from indi_client.cpp:36:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
I've tried tu put CXXFLAGS -std=gnu++11 in the Makefile but it doesn't change anything
Could somedy help me thanks