Mir

Comment 2 for bug 1358698

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: Test failure: File already exists in database: mir_protobuf_wire.proto

Predictably, the error happens if you have multiple copies of your protobuf-compiled objects linked into the same process. So somewhere either by static linkage or an OBJECT library we have introduced a redundant copy of the Mir protobuf objects into our binaries...

[https://code.google.com/p/protobuf/issues/detail?id=370]