Re: [protobuf] Re: New to Protocol Buffers-Question about versions

2014-03-17 Thread Titanium
Hi Feng Xiao, I am a beginner of Protobuf. I just typed "protoc --version" and it says "ksh: protoc: not found [No such file or directory]". Does it mean I have NOT installed Protobuf correctly? I have executed the four steps: "./configure; make; make check; make install". Do I need anything e

Re: [protobuf] Re: New to Protocol Buffers-Question about versions

2013-05-31 Thread Feng Xiao
I don't think MingGW comes with a bundled protoc. Can you check where the protoc points to? Maybe simply deleting it would work? On Fri, May 31, 2013 at 12:51 PM, Jasmine Little wrote: > I am running this through the MinGW > > > On Friday, May 31, 2013 3:50:29 PM UTC-4, Jasmine Little wrote: >> >

Re: [protobuf] Re: New to Protocol Buffers-Question about versions

2013-05-31 Thread Jasmine Little
Any suggestions for windows On Friday, May 31, 2013 3:39:44 PM UTC-4, Feng Xiao wrote: > > Your system may have the 2.4.1 pre-installed. In that case, you need to > uninstall it using the package management tool provided by the system > (e.g., apt-get on Unbuntu). > > On Fri, May 31, 2013 at 11:

Re: [protobuf] Re: New to Protocol Buffers-Question about versions

2013-05-31 Thread Jasmine Little
I am running this through the MinGW On Friday, May 31, 2013 3:50:29 PM UTC-4, Jasmine Little wrote: > > Any suggestions for windows > > On Friday, May 31, 2013 3:39:44 PM UTC-4, Feng Xiao wrote: >> >> Your system may have the 2.4.1 pre-installed. In that case, you need to >> uninstall it using th

Re: [protobuf] Re: New to Protocol Buffers-Question about versions

2013-05-31 Thread Feng Xiao
Your system may have the 2.4.1 pre-installed. In that case, you need to uninstall it using the package management tool provided by the system (e.g., apt-get on Unbuntu). On Fri, May 31, 2013 at 11:26 AM, Jasmine Little wrote: > Thank you > > Do you have any pointers on if there is no longer any i

Re: [protobuf] Re: New to Protocol Buffers-Question about versions

2013-05-31 Thread Jasmine Little
Thank you Do you have any pointers on if there is no longer any instance of any version of the protocol buffers on the computer but the version for protoc still points to 2.4.1. On Friday, May 31, 2013 1:55:37 PM UTC-4, Feng Xiao wrote: > > Just uninstall whatever version you installed and che

Re: [protobuf] Re: New to Protocol Buffers-Question about versions

2013-05-31 Thread Feng Xiao
Just uninstall whatever version you installed and check "protoc --version". The expected output is something like "protoc: command not found". Install 2.5.0 after that. On Fri, May 31, 2013 at 10:51 AM, Jasmine Little wrote: > Does that mean I will need to re-install 2.4.1 and do a make uninstall