-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clang++ filed #223
Comments
I made these problom too. I tride to changed Cpp14 to Cpp 17. But Error. |
I solved it by lowering the version, this is a problem with the new version |
I encounter the same problem.Do I just need to lower the version of libprotobuf, and any version of clang or protoc is fine? |
yeah, only need to change libprotobuf |
so crazy!!! |
But when I install the libprotobuf v1.0,new issue appears as follow:
I use the clang-15 and protoc-3.12.4 |
My protoc version protoc-3.21.7.0, clang version 10.0.0-4ubuntu1 |
Will I fail if I use a higher version clang such as clang 14.0 with protoc version 22 |
test.proto
test_proto.cc
I use
clang++ -o test_proto test_proto.cc test.pb.cc /home/ubuntu/github/libprotobuf-mutator/build/external.protobuf//lib/libprotobufd.a -I/home/ubuntu/github/libprotobuf-mutator/build/external.protobuf//include
i made a lot of mistakes
how can i solve
The text was updated successfully, but these errors were encountered: