Re: Build failed on Mac OS X Mavericks with XCode 5.0.1

2013-10-31 Thread OMURA, Shingo
I successfully build mesos by referring https://issues.apache.org/jira/browse/MESOS-791 homebrew's gcc 4.7 worked fine. $ brew tap homebrew/version $ brew install gcc47 $ cd mesos $ ./bootstrap $ mkdir build $ cd build $ CC=gcc-4.7 CXX=g++-4.7 ../configure $ make Thanks, -- Shingo Omura everpe...

Build failed on Mac OS X Mavericks with XCode 5.0.1

2013-10-31 Thread OMURA, Shingo
Hi mesos developers. I tried to build master branch on github's mesos (apache/mesos) after upgrading to Mavericks. However build failed as you see below. (full make output is attached.) make seems to be failed on compiling glog. I think this may relate to glog's issue 121: https://code.google.co