[protobuf] no matching function for call to ‘ParseNamedEnum

2012-05-13 Thread Sky
Hi, I have two projects in Eclipe: 1- *.proto and protoc generated files to be used in other projects as common library ( shared library 1 ) 2- a Simple shared library which uses "shared library 1" ( shared library 2) when I compile shared library 1 alone, I compiles successfully but when I compile

[protobuf] Re: no matching function for call to ‘ParseNamedEnum

2012-05-13 Thread Sky
SOLVED there was conflict between my enum value names with enums defined Apache http header files. So I added a suffix to my enum value names. On May 13, 2:20 pm, Sky wrote: > Hi, > I have two projects in Eclipe: > 1- *.proto and protoc generated files to be used in other projects as > common lib