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
What version of protobuf and what language are you using?
Version: main/v5.30.0 (commit: 51e2664f2f9f)
Language: C++
What operating system (Linux, Windows, ...) and version?
Embded unix
What runtime / compiler are you using (e.g., python version or gcc version)
gcc 9.4.0
What did you do?
Steps to reproduce the behavior:
I built the 51e2664f2f9 commit with an embded unix system as a static library (in Release), but I can not link it with my project and I get the bellow error
What version of protobuf and what language are you using?
Version: main/v5.30.0 (commit:
51e2664f2f9f
)Language: C++
What operating system (Linux, Windows, ...) and version?
Embded unix
What runtime / compiler are you using (e.g., python version or gcc version)
gcc 9.4.0
What did you do?
Steps to reproduce the behavior:
I built the
51e2664f2f9
commit with an embded unix system as a static library (in Release), but I can not link it with my project and I get the bellow errorcmake codes:
errors:
What did you expect to see
What did you see instead?
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
Anything else we should know about your project / environment
The text was updated successfully, but these errors were encountered: