Comment #1 on issue 406 by [email protected]: Generated code fails to compile on OpenBSD
http://code.google.com/p/protobuf/issues/detail?id=406

g++ -I /usr/local/include  -c test.pb.cc  -o out.o    works

g++ -isystem /usr/local/include  -c test.pb.cc  -o out.o    does not.

Our project is using -isystem to surpress warnings from the protobuf files because they don't build cleanly with newer versions of clang.

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to