::descriptor_table_dapr_2fproto_2fcommon_2fv1_2fcommon_2eproto
- Lingua principale
- Makefile
- Stelle
- 38
- Fork
- 16
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
~/VScodeProjects/cpp-sdk$ make all
g++ -c -fPIC -I./src src/dapr/proto/runtime/v1/dapr.pb.cc -o src/dapr/proto/runtime/v1/dapr.pb.o
src/dapr/proto/runtime/v1/dapr.pb.cc:1716:6: error: ‘::descriptor_table_dapr_2fproto_2fcommon_2fv1_2fcommon_2eproto’ has not been declared
1716 | &::descriptor_table_dapr_2fproto_2fcommon_2fv1_2fcommon_2eproto,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:36: src/dapr/proto/runtime/v1/dapr.pb.o] Error
cpp-sdk$ protoc --version
libprotoc 3.19.4
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
Run `make all` with the reported setup and inspect `Makefile:36` and `src/dapr/proto/runtime/v1/dapr.pb.cc`, especially the failing descriptor reference. Compare the generated protobuf sources with the reported `protoc 3.19.4`; done means the C++ SDK builds without the undeclared descriptor error.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- build-system
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100