Greetings all, I'm trying to update what lisp protoc links against externally. It's complaining: literals.cc:17:28: error: ‘SimpleFtoa’ is not a member of ‘google::protobuf::io’ literals.cc:35:28: error: ‘SimpleDtoa’ is not a member of ‘google::protobuf::io’
Here is the github CI yaml: https://github.com/qitab/cl-protobufs/blob/master/.github/workflows/SBCL-test.yml The makefile: https://github.com/qitab/cl-protobufs/blob/master/protoc/Makefile And the failing pull request: https://github.com/qitab/cl-protobufs/pull/426 If you look at the changes it's updating the include files removing: google/protobuf/stubs/strutil.h and adding: google/protobuf/io/strtod.h -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/c4caf7ad-eb00-41db-9e6e-612d82330f54n%40googlegroups.com.
