Re: compile errors when building against protobuf headers

2009-07-27 Thread achap
k response. On Jul 27, 7:08 pm, Kenton Varda wrote: > Again, GCC will ignore warnings as long as it recognizes the protobuf > headers as "system headers".  You can explicitly mark an include directory > as containing system headers by using -isystem instead of -I. >

Re: compile errors when building against protobuf headers

2009-07-27 Thread achap
eported). > > On Mon, Jul 27, 2009 at 6:27 PM, achap wrote: > > > forgot to mention... I'm using protobuf version 2.1.0 > > > On Jul 27, 6:25 pm, achap wrote: > > > anyone else experience compile errors when building against the > > > descriptor.h an

Re: compile errors when building against protobuf headers

2009-07-27 Thread achap
forgot to mention... I'm using protobuf version 2.1.0 On Jul 27, 6:25 pm, achap wrote: > anyone else experience compile errors when building against the > descriptor.h and wire_format.h files? > > error messages below: > > include/google/protobuf/descriptor.h:322:

compile errors when building against protobuf headers

2009-07-27 Thread achap
anyone else experience compile errors when building against the descriptor.h and wire_format.h files? error messages below: include/google/protobuf/descriptor.h:322: error: comma at end of enumerator list include/google/protobuf/descriptor.h:341: error: comma at end of enumerator list include/go