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
@jlmucb reports this issue based on some of his work to get CFCC / protobuf working on a Linux implementation. (Raspberry PI? Get clarification.)
I just spent an incredibly frustrating day fixing protobuf on my Linux machine. The new protobuf requires C++17.
After I rebuilt gflags, googletest, abseil and protobuf under C++17, everything compiled but I got a load of undefined symbols. I was within 30 seconds of hitting my computer when I discovered a fix I don't quite understand. The earlier command is marked * and the working command (for the new protobuf only) is marked ** below. So, when you start using the new protobuf talk to me otherwise you might be moved to violence.
I discovered this in another project but I'll probably have to fix this in the certifier.
[ NOTE: P.S. It's not exactly clear what the code snippet below is trying to say. Figure out details from John and update issue. ]
@jlmucb reports this issue based on some of his work to get CFCC / protobuf working on a Linux implementation. (Raspberry PI? Get clarification.)
I just spent an incredibly frustrating day fixing protobuf on my Linux machine. The new protobuf requires C++17.
After I rebuilt gflags, googletest, abseil and protobuf under C++17, everything compiled but I got a load of undefined symbols. I was within 30 seconds of hitting my computer when I discovered a fix I don't quite understand. The earlier command is marked * and the working command (for the new protobuf only) is marked ** below. So, when you start using the new protobuf talk to me otherwise you might be moved to violence.
I discovered this in another project but I'll probably have to fix this in the certifier.
[ NOTE: P.S. It's not exactly clear what the code snippet below is trying to say. Figure out details from John and update issue. ]
The text was updated successfully, but these errors were encountered: