[protobuf] Protoc error on Linux Mint (protoc-gen-ccp: program not found)

2010-06-02 Thread mark.t.macdon...@googlemail.com
Hi, I'm running Linux Mint, and trying to get started with protobuf-2.3.0. My install was as follows (no problems reported that I could see): ./configure --prefix=/usr make clean make check sudo make install I then created a directory with a simple .proto file and executed: protoc --ccp_out=.

Re: [protobuf] Protoc error on Linux Mint (protoc-gen-ccp: program not found)

2010-06-02 Thread Jason Hsueh
On Wed, Jun 2, 2010 at 5:31 AM, mark.t.macdon...@googlemail.com mark.t.macdon...@googlemail.com wrote: Hi, I'm running Linux Mint, and trying to get started with protobuf-2.3.0. My install was as follows (no problems reported that I could see): ./configure --prefix=/usr make clean make