Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. $ make -f Makefile
  2. protoc-c --c_out=. proto/Mumble.proto
  3. [libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax specified for the proto file: proto/Mumble.proto. Please use 'syntax = "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted to proto2 syntax.)
  4. cc -c -I. -fPIC -shared -o proto/Mumble.o proto/Mumble.pb-c.c
  5. In file included from proto/Mumble.pb-c.c:9:0:
  6. ./proto/Mumble.pb-c.h:7:10: fatal error: protobuf-c/protobuf-c.h: No such file or directory
  7. #include <protobuf-c/protobuf-c.h>
  8. ^~~~~~~~~~~~~~~~~~~~~~~~~
  9. compilation terminated.
  10. Makefile:19: recipe for target 'proto/Mumble.o' failed
  11. make: *** [proto/Mumble.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement