You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile from the repository but I obtain the subsequent error when it try to build caffe
I'm on a MacOS platform, there is a way to avoid caffe building and use the brew version?
I also tried to update my build as described in this link:https://github.com/google/protobuf/issues/4838
but the result doesn't change
In file included from /usr/local/include/google/protobuf/wire_format_lite_inl.h:43:
/usr/local/include/google/protobuf/message_lite.h:117: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:117:13: error: expected member name or ';' after declaration specifiers
constexpr const T& get() const { return reinterpret_cast<const T&>(union_); }
~~~~~~~~~ ^
The text was updated successfully, but these errors were encountered:
I'm trying to compile from the repository but I obtain the subsequent error when it try to build caffe
I'm on a MacOS platform, there is a way to avoid caffe building and use the brew version?
I also tried to update my build as described in this link:https://github.com/google/protobuf/issues/4838
but the result doesn't change
The text was updated successfully, but these errors were encountered: