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
Proto compiler built with MSVC does not work, returns "system cannot find file." when parsing proto file.
The proto compiler does parse the proto file though since it returns errors found in proto file.
Tried to build with -DQT_PROTOBUF_MAKE_TESTS=OFF, does not solve the issue (error seems to be linked to proto compiler unit test code).
Works fine with GCC.
The text was updated successfully, but these errors were encountered:
@gmabey i have the same issue, protoc.exe is on the PATH variable. It is actually parsing the proto files (try n Introduce any syntax error in the proto file for example) but it is still returning the afore mentioned error.
@Rightbputnow1 yes you're right -- I probably should have deleted my comment when I realized it didn't solve the problem, but at least I can confirm the behavior :-/
Proto compiler built with MSVC does not work, returns "system cannot find file." when parsing proto file.
The proto compiler does parse the proto file though since it returns errors found in proto file.
Tried to build with -DQT_PROTOBUF_MAKE_TESTS=OFF, does not solve the issue (error seems to be linked to proto compiler unit test code).
Works fine with GCC.
The text was updated successfully, but these errors were encountered: