On Tue, Mar 4, 2014 at 11:52 PM, Jon Wooding <[email protected]> wrote: > Hopefully this question isn't a waste of your time. > I'm trying to build a program using OpenLighting Architecture and I'm > receiving an error that OLA requires 2.5.0, but installed is 2.4.1. "Make > sure that your headers are from the same version . . ." > In terminal "protoc --version" shows 2.5.0, but if I uninstall (apt-get or > manual) it reverts to 2.4.1. I believe there is a 2.4.1 installed somewhere > on this machine that is invisible to apt-get and I don't recall installing a > 2.4.1... I've got this set-up working on an identical machine so it is > certainly something that I have done incorrectly. Any ideas?
locate protoc Should find all files named 'protoc' on your system. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
