[protobuf] OpenBSD 6.0 make check fails/core dumped

2016-10-27 Thread ramrunner0xff
Hi there list! I am compiling protobuf-cpp-3.1.0.tar.gz on: OpenBSD 6.00 GENERIC.MP#2319 amd64 with $ eg++ -v Using built-in specs. COLLECT_GCC=eg++ COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-openbsd6.0/4.9.3/lto-wrapper Target: x86_64-unknown-openbsd6.0 Configured with:

[protobuf] Best practices for storing .proto files

2016-10-27 Thread buchanae . ohsu
I have a simple server/clients setup with protobufs. The server API code lives in one VCS repository, and multiple clients live in multiple other repositories. Are there any best practices or common patterns for how to store the .proto files related these interfaces? It seems like the best