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
ERROR: /root/.cache/bazel/_bazel_cenrui/cc47c4dc58887cb503e221a9e64e14e5/external/com_google_protobuf/BUILD.bazel:457:10: Compiling src/google/protobuf/compiler/main.cc failed: undeclared inclusion(s) in rule '@com_google_protobuf//:protoc':
this rule is missing dependency declarations for the following files included by 'src/google/protobuf/compiler/main.cc':
'/opt/rh/devtoolset-8/root/usr/include/c++/8/string'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/x86_64-redhat-linux/bits/c++config.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/x86_64-redhat-linux/bits/os_defines.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/x86_64-redhat-linux/bits/cpu_defines.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/stringfwd.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/memoryfwd.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/char_traits.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/stl_algobase.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/functexcept.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/exception_defines.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/cpp_type_traits.h'
I get this error when I do baezl to build, how to fix it. Thank you
The text was updated successfully, but these errors were encountered:
ERROR: /root/.cache/bazel/_bazel_cenrui/cc47c4dc58887cb503e221a9e64e14e5/external/com_google_protobuf/BUILD.bazel:457:10: Compiling src/google/protobuf/compiler/main.cc failed: undeclared inclusion(s) in rule '@com_google_protobuf//:protoc':
this rule is missing dependency declarations for the following files included by 'src/google/protobuf/compiler/main.cc':
'/opt/rh/devtoolset-8/root/usr/include/c++/8/string'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/x86_64-redhat-linux/bits/c++config.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/x86_64-redhat-linux/bits/os_defines.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/x86_64-redhat-linux/bits/cpu_defines.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/stringfwd.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/memoryfwd.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/char_traits.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/stl_algobase.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/functexcept.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/exception_defines.h'
'/opt/rh/devtoolset-8/root/usr/include/c++/8/bits/cpp_type_traits.h'
I get this error when I do baezl to build, how to fix it. Thank you
The text was updated successfully, but these errors were encountered: