Hi everyone, I'm new to Grpc and protobuf. I was trying to run some example as mentioned in https://grpc.io/docs/quickstart/php/. Basically creating a service at nodejs and trying to creating to create a php client. I completely followed the instruction to some extent. I cloned the repo git clone -b v1.21.0 https://github.com/grpc/grpc and* make grpc_php_plugin* command prompts *Makefile:15280: *** multiple target patterns. Stop *I couldn't find a solution for it and followed by this step *sh route_guide_proto_gen.sh * gives me an error *--grpc_out: protoc-gen-grpc: The system cannot find the path specified*. I'm not sure whether I missed something here. I would really appreciate if someone could help me figure out this problem. Thanks in advance.
As mentioned pre requisites: Installed php 7.2 Composer version 1.8.0 libprotoc 3.6.1 grpc 1.21 OS: Windows 10 Cmake -- You received this message because you are subscribed to the Google Groups "grpc.io" 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/grpc-io/e42df643-f8de-4c87-bb36-02abd1e7e9cf%40googlegroups.com.
