fatal error: too many errors emitted, stopping now [-ferror-limit=]
46 warnings and 20 errors generated.
make: *** [.build_release/src/caffe/proto/caffe.pb.o] Error 1
Pls suggest what to do.
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'./bin/sh: line 0: [: -gt: unary operator expected/bin/sh: line 0: [: -gt: unary operator expectedPROTOC src/caffe/proto/caffe.protoCXX .build_release/src/caffe/proto/caffe.pb.ccIn file included from .build_release/src/caffe/proto/caffe.pb.cc:4:In file included from .build_release/src/caffe/proto/caffe.pb.h:23:In file included from /usr/local/include/google/protobuf/io/coded_stream.h:141:In file included from /usr/local/include/google/protobuf/stubs/common.h:46:/usr/local/include/google/protobuf/stubs/port.h:114:2: error: "Protobuf requires at least C++11."#error "Protobuf requires at least C++11."^In file included from .build_release/src/caffe/proto/caffe.pb.cc:4:In file included from .build_release/src/caffe/proto/caffe.pb.h:23:In file included from /usr/local/include/google/protobuf/io/coded_stream.h:141:/usr/local/include/google/protobuf/stubs/common.h:167:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]auto volatile unused = &var;^In file included from .build_release/src/caffe/proto/caffe.pb.cc:4:In file included from .build_release/src/caffe/proto/caffe.pb.h:23:/usr/local/include/google/protobuf/io/coded_stream.h:827:22: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]uint8* buffer_end_ = buffer_;^/usr/local/include/google/protobuf/io/coded_stream.h:830:19: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]bool had_error_ = false;
In file included from .build_release/src/caffe/proto/caffe.pb.cc:4:
In file included from .build_release/src/caffe/proto/caffe.pb.h:26:
In file included from /usr/local/include/google/protobuf/generated_message_table_driven.h:34:
In file included from /usr/local/include/google/protobuf/map.h:48:
In file included from /usr/local/include/google/protobuf/generated_enum_util.h:36:
/usr/local/include/google/protobuf/message_lite.h:128:21: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
template <typename... Args>
^
/usr/local/include/google/protobuf/message_lite.h:129:22: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
void Construct(Args&&... args) {
^
/usr/local/include/google/protobuf/message_lite.h:135:3: error: unknown type name 'constexpr'
constexpr const T& get() const { return reinterpret_cast<const T&>(union_); }
^
/usr/local/include/google/protobuf/message_lite.h:135:13: error: expected member name or ';' after declaration specifiers
constexpr const T& get() const { return reinterpret_cast<const T&>(union_); }
~~~~~~~~~ ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 warnings and 20 errors generated.