Compiling Mesos on Mac OSX Mountain Lion 10.9

2014-01-30 Thread Tom Arnfeld
I’m trying to get going with Mesos to do a bit of exploration and i’m having trouble compiling any version of Mesos on Mac OSX. I’m only looking to use the python binding (not actually run a mesos master/slave) on OSX to talk to a remote Mesos/ZK cluster i’ve got setup. I’ve sifted through a

Re: Compiling Mesos on Mac OSX Mountain Lion 10.9

2014-01-30 Thread Benjamin Mahler
I don't believe that we compile with C++11 on gcc 4.2, and C++11 support did not land in 0.16.0 IIRC. You should remove your -std=c++11 flag. Let us know if that does not work. On Thu, Jan 30, 2014 at 11:40 AM, Tom Arnfeld t...@duedil.com wrote: I'm trying to get going with Mesos to do a bit

Re: Compiling Mesos on Mac OSX Mountain Lion 10.9

2014-01-30 Thread Tom Arnfeld
I’ve removed that flag and run `make clean` but now I get back to the errors with Apple’s GCC compiler... make clean CC=gcc-4.2 ./configure make As far as the protobuf upgrade goes, I noticed in JIRA that was release into 0.17.0 – I can’t seem to find the source for that version anywhere?

Re: Compiling Mesos on Mac OSX Mountain Lion 10.9

2014-01-30 Thread Benjamin Mahler
Did you intend to set CC and CXX? CC is the C compiler, CXX is the C++ compiler. E.g. CC=gcc-4.2 CXX=g++-4.2 ./configure On Thu, Jan 30, 2014 at 11:52 AM, Tom Arnfeld t...@duedil.com wrote: I've removed that flag and run `make clean` but now I get back to the errors with Apple's GCC

Re: Compiling Mesos on Mac OSX Mountain Lion 10.9

2014-01-30 Thread Tom Arnfeld
You’re right. I also and to recompile the version of gcc I installed with homebrew to include support for c++. Going to dump the install process below incase anyone else runs into this. I still had to replace protobufs (but that’s an issue already resolved in JIRA). (Switched to 4.3 since it