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
In file path/to/first_fuzz_project/fuzztest/./fuzztest/internal/table_of_recent_compares.h:31:
path/to/first_fuzz_project/fuzztest/./fuzztest/internal/type_support.h:42:10: fatal error: 'google/protobuf/text_format.h' file not found
#include "google/protobuf/text_format.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I ran git bisect to find a commit that compiles:
git bisect good 6a370aed314173f472b265c8196bd4810846c831
# first bad commit: [ed6f817771702bf7823b73498d0e1914475f2313] Properly convert proto to text
I use Ubuntu 22.04 with Clang 14.0.0
The text was updated successfully, but these errors were encountered:
I met the same error. It depends on the system protobuf library, I resolved it by the following command:
sudo apt install -y protobuf-compiler libprotobuf-dev
I followed the steps in Quickstart with CMake and ran into a compilation Error:
I ran git bisect to find a commit that compiles:
I use Ubuntu 22.04 with Clang 14.0.0
The text was updated successfully, but these errors were encountered: