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
Recent protobuf builds (I'm using 27.3) don't work with this library. But they can. I needed to make a src/CMakeLists.txt update and update a few items in the src/MessageFactory.h file (removed 2 overrides and implemented a pure virtual in ErrorPrinter).
Do you want a diff so someone at KX can fix as you see fit? Happy to help.
-Tom
The text was updated successfully, but these errors were encountered:
I'm happy to do the tests against a goodly number, myriad prior releases.
Sorry for the poor english. I've been using protobuf for probably 2
decades, autotools, cmake, bazel...I'll make sure they work. I get google's
infatuation w/ Abseil and Bazel. Shudder...I mean static linking, LTO, PGO,
BOLT'ing are fantastic perf gains, but sometimes KISS is good enough.
Recent protobuf builds (I'm using 27.3) don't work with this library. But they can. I needed to make a src/CMakeLists.txt update and update a few items in the src/MessageFactory.h file (removed 2 overrides and implemented a pure virtual in ErrorPrinter).
Do you want a diff so someone at KX can fix as you see fit? Happy to help.
-Tom
The text was updated successfully, but these errors were encountered: