codepropertygraph
codepropertygraph copied to clipboard
Incompatible protobuffer (protoc) version
When running sbt stage
, where my systems protobuf version is 3.9.1, I get errors like:
[error] projects/codepropertygraph/proto-bindings/target/scala-2.12/src_managed/main/compiled_protobuf/io/shiftleft/proto/cpg/Cpg.java:4534:1: cannot find symbol
[error] symbol: class UnusedPrivateParameter
[error] location: class io.shiftleft.proto.cpg.Cpg.StringList
If I downgrade to version 3.7, the build works.
This issues seems similar to this one.