Open amadis opened 1 year ago
Hi, this error indicates that one of the third-party dependencies we're using, Google Protobuf, does not compile. It's complaining that the build target for main.cc (which is this: https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/compiler/BUILD.bazel#L107) does not specify dependencies that include some standard system libraries. Now the weird thing is, the standard system libraries usually don't need explicit dependencies. One explanation could be that your Linux variant is not properly supported by Google Protobuf. You could check out https://github.com/protocolbuffers/protobuf and see if it mentions anything in that direction.
Hi team! Have a problem with comping in SLES 12sp5 Installed gcc7, using procedure described here :
Do you have any suggestions?