Compilation Questions
1. PB Table C++SDK Compilation Question
The PB table C++ SDK uses version 3.5.0 for protobuf. The GCC compilation version uses version 4.4.8. It is best to use the same PB and GCC versions. If compiling with a higher version of GCC (version 5 or above), please compile PB on the lower version first, then copy the pb library to the higher version, and add -D_GLIBCXX_USE_CXX11_ABI=0 when compiling