Hey all, I'm trying to get the cl-protobufs protoc to compile externally debending on ABSL and Protocol buffers.
I have this pull request which installs absl and protobufs from source. https://github.com/qitab/cl-protobufs/pull/438 Then I get: -- Build files have been written to: /home/runner/work/cl-protobufs/cl-protobufs/quicklisp/local-projects/cl-protobufs/protoc 25 <https://github.com/qitab/cl-protobufs/actions/runs/10102706939/job/27938798269?pr=438#step:10:26>[ 8%] Running cpp protocol buffer compiler on /home/runner/work/cl-protobufs/cl-protobufs/quicklisp/local-projects/cl-protobufs/protoc/../google/protobuf/proto2-descriptor-extensions.proto 26 <https://github.com/qitab/cl-protobufs/actions/runs/10102706939/job/27938798269?pr=438#step:10:27>[ 8%] Running cpp protocol buffer compiler on /home/runner/work/cl-protobufs/cl-protobufs/quicklisp/local-projects/cl-protobufs/protoc/../google/protobuf/proto2-descriptor-extensions.proto 27 <https://github.com/qitab/cl-protobufs/actions/runs/10102706939/job/27938798269?pr=438#step:10:28>[ 16%] Building CXX object CMakeFiles/proto-objects.dir/home/runner/work/cl-protobufs/cl-protobufs/quicklisp/local-projects/cl-protobufs/google/protobuf/proto2-descriptor-extensions.pb.cc.o 28 <https://github.com/qitab/cl-protobufs/actions/runs/10102706939/job/27938798269?pr=438#step:10:29>cc1plus: fatal error: /home/runner/work/cl-protobufs/cl-protobufs/quicklisp/local-projects/cl-protobufs/google/protobuf/proto2-descriptor-extensions.pb.cc: No such file or directory 29 <https://github.com/qitab/cl-protobufs/actions/runs/10102706939/job/27938798269?pr=438#step:10:30>compilation terminated. 30 <https://github.com/qitab/cl-protobufs/actions/runs/10102706939/job/27938798269?pr=438#step:10:31> https://github.com/qitab/cl- protobufs/actions/runs/10102706939/job/27938798269?pr=438 Any idea? -- 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/96b7ac03-e40e-47cf-b4b3-2f811dac781fn%40googlegroups.com.
