-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Milestone
Description
make[3]: Entering directory `/usr/local/tmp/crew/universalcodegrep-0.3.3/src/future'
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
CXX libfuture_la-CompileTimeInfo.lo
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
../../libtool: line 1762: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
In file included from /usr/local/include/c++/4.9.x/shared_mutex:35:0,
from shared_mutex.hpp:40,
from CompileTimeInfo.cpp:24:
/usr/local/include/c++/4.9.x/bits/c++14_warning.h:32:2: error: #error This file requires compiler and library support for the forthcoming ISO C++ 2014 standard. This support is currently experimental, and must be enabled with the -std=c++1y or -std=gnu++1y compiler options.
#error This file requires compiler and library support for the forthcoming \
^
In file included from CompileTimeInfo.cpp:24:0:
shared_mutex.hpp:79:13: warning: "Faulty header: <shared_mutex>"
STATIC_MSG_WARN("Faulty header: <shared_mutex>");
^
shared_mutex.hpp:90:13: warning: "Trying to build with broken <shared_mutex> header"
STATIC_MSG_WARN("Trying to build with broken <shared_mutex> header")
^
CompileTimeInfo.cpp:63:13: warning: "__cpp_lib_make_unique is not defined."
STATIC_MSG_WARN("__cpp_lib_make_unique is not defined.")
^
CompileTimeInfo.cpp:74:13: warning: "__cpp_lib_shared_timed_mutex not defined"
STATIC_MSG_WARN("__cpp_lib_shared_timed_mutex not defined")
^
CompileTimeInfo.cpp:79:13: warning: "__cpp_lib_shared_mutex not defined"
STATIC_MSG_WARN("__cpp_lib_shared_mutex not defined")
...