I would like to install procotol buffer C++ protocol on MSys and when I execute the make step I have the following errors .
marc@ordi-bureau MSYS /protobuf $ make make all-recursive make[1] : on entre dans le répertoire « /protobuf » Making all in . make[2] : on entre dans le répertoire « /protobuf » make[2] : on quitte le répertoire « /protobuf » Making all in src make[2] : on entre dans le répertoire « /protobuf/src » CXX google/protobuf/compiler/main.o /bin/sh: ligne 1: g++ : commande introuvable make[2]: *** [Makefile:4426: google/protobuf/compiler/main.o] Error 127 make[2] : on quitte le répertoire « /protobuf/src » make[1]: *** [Makefile:1724: all-recursive] Error 1 make[1] : on quitte le répertoire « /protobuf » make: *** [Makefile:1631: all] Error 2 (for your information i had download the project with "git clone https://github.com/protocolbuffers/protobuf.git") Could someone help me ? -- 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/50ff6121-6d2e-4f71-88ed-a55717e8946a%40googlegroups.com.
