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/google/protobuf/descriptor.h:352: error: comma at end of enumerator list include/google/protobuf/descriptor.h:1202: error: extra ';' include/google/protobuf/descriptor.h:1219: error: extra ';' include/google/protobuf/descriptor.h:1239: error: extra ';' include/google/protobuf/descriptor.h:1245: error: extra ';' include/google/protobuf/descriptor.h:1253: error: extra ';' include/google/protobuf/descriptor.h:1260: error: extra ';' include/google/protobuf/descriptor.h:1270: error: extra ';' include/google/protobuf/wire_format.h:176: error: comma at end of enumerator list make[1]: *** [.obj/Linux/32/MyFile.o] Error 1 make: *** [all] Error 2 Im using gcc 4.1.2 on RedHat rhel 5.3 I can fix the headers to make them work, but I just figured I must be doing something incorrectly if I had to do so. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to protobuf@googlegroups.com To unsubscribe from this group, send email to protobuf+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/protobuf?hl=en -~----------~----~----~----~------~----~------~--~---