[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2015-01-07 Thread protobuf
Comment #11 on issue 270 by osu...@gmail.com: Precompiled protoc binary for OS X https://code.google.com/p/protobuf/issues/detail?id=270 You could also try this: https://github.com/os72/protoc-jar https://github.com/os72/protoc-jar-maven-plugin Either directly via java -jar ..., or extract

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2014-11-27 Thread protobuf
Comment #10 on issue 270 by forrest@gmail.com: Precompiled protoc binary for OS X https://code.google.com/p/protobuf/issues/detail?id=270 Building protobuf 2.5.0 under Darwin (Mac OS X) was straight forward enough for me but getting it to build with the MATLAB extension was anything

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2014-11-26 Thread protobuf
Comment #9 on issue 270 by erdem...@gmail.com: Precompiled protoc binary for OS X https://code.google.com/p/protobuf/issues/detail?id=270 If you don't install Xcode and developer tools, you'll have to install the required dependencies on your own. Just for future reference, your

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2014-11-25 Thread protobuf
Comment #8 on issue 270 by peter.on...@gmail.com: Precompiled protoc binary for OS X https://code.google.com/p/protobuf/issues/detail?id=270 Well, if you trust third party binary here it is: http://blog.ondruska.com/2014/11/google-protocol-buffers-compiler-binary.html -- You received

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2011-12-02 Thread protobuf
Comment #6 on issue 270 by behrang@gmail.com: Precompiled protoc binary for OS X http://code.google.com/p/protobuf/issues/detail?id=270 For most of OS X developers brew is the tool so a brew formula should be good enough -- You received this message because you are subscribed to the

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2011-07-05 Thread protobuf
Updates: Status: WontFix Comment #5 on issue 270 by liuj...@google.com: Precompiled protoc binary for OS X http://code.google.com/p/protobuf/issues/detail?id=270 The mutex_ error was fixed in 2.4.1. Close this issue, as we will probably not provide a pre-compiled protoc for OSX at

Re: [protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2011-04-22 Thread Inderjeet Singh
Switching to a different machine with Snow Leopard and Xcode 4 did the trick for me. Thanks Inder On Thu, Apr 21, 2011 at 8:59 PM, Pherl Liu liuj...@google.com wrote: Also, you can upgrade your gcc to 4.3+ if possible. On Fri, Apr 22, 2011 at 11:58 AM, Pherl Liu liuj...@google.com wrote:

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2011-04-21 Thread Inderjeet Singh
I have OSX 10.5 and Xcode 3 installed. I followed the following instructions from README.txt (for Unix systems): $ ./configure $ make make fails with the error I listed above. Are there instructions specific to Mac OS? Thanks Inder On Apr 20, 11:45 am, Peter Ondruska

Re: [protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2011-04-21 Thread Pherl Liu
This is due to the gcc 3.x bug. A workaround is submitted in svn r380http://code.google.com/p/protobuf/source/detail?r=380. You can use svn head version, or patch the r380, or wait for the coming 2.4.1 release (soon). On Fri, Apr 22, 2011 at 2:19 AM, Inderjeet Singh inder...@gmail.com wrote: I

Re: [protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2011-04-21 Thread Pherl Liu
Also, you can upgrade your gcc to 4.3+ if possible. On Fri, Apr 22, 2011 at 11:58 AM, Pherl Liu liuj...@google.com wrote: This is due to the gcc 3.x bug. A workaround is submitted in svn r380http://code.google.com/p/protobuf/source/detail?r=380. You can use svn head version, or patch the

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2011-04-20 Thread protobuf
Comment #4 on issue 270 by inder123: Precompiled protoc binary for OS X http://code.google.com/p/protobuf/issues/detail?id=270 I have XCode installed on my MacBook Pro (intel chip, fairly recent) with Leopard. However, make fails on me. Please consider providing precompiled Mac OS X

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2011-04-20 Thread Peter Ondruska
I have OSX 10.6 and built with Xcode 3 and 4 with no problems. Did you readme.txt? -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To post to this group, send email to protobuf@googlegroups.com. To unsubscribe from this group, send email to

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2011-03-17 Thread protobuf
Comment #1 on issue 270 by tempo...@gmail.com: Precompiled protoc binary for OS X http://code.google.com/p/protobuf/issues/detail?id=270 The main reason why we provide a precompiled binary on Windows is because obtaining and using development tools for Windows is relatively difficult.

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2011-03-17 Thread protobuf
Comment #2 on issue 270 by peter.ge...@gmail.com: Precompiled protoc binary for OS X http://code.google.com/p/protobuf/issues/detail?id=270 thank you for the rapid response! so would a statically linked Mac binary be able to run on different versions of the OS? that sounds like exactly