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

988 views
Skip to first unread message

mark.t.m...@googlemail.com

unread,
Jun 2, 2010, 8:31:00 AM6/2/10
to Protocol Buffers
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=. test.proto

This produced the following error:

protoc-gen-ccp: program not found or is not executable
--ccp_out: protoc-gen-ccp: Plugin failed with status code 1.

Does anyone have ideas about what I'm doing wrong?

Jason Hsueh

unread,
Jun 2, 2010, 11:44:13 AM6/2/10
to mark.t.m...@googlemail.com, Protocol Buffers
On Wed, Jun 2, 2010 at 5:31 AM, mark.t.m...@googlemail.com <mark.t.m...@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 check
sudo make install

I then created a directory with a simple .proto file and executed:

protoc --ccp_out=. test.proto

You meant --cpp_out
Reply all
Reply to author
Forward
0 new messages