Re: build failure on mac os x

2014-11-01 Thread Tim Chen
You can either symlink /usr/local/include/subversion-1 -> /usr/include/subversion-1, Or provide --with-svn=/usr/local to configure, and it should work for you. Tim On Sat, Nov 1, 2014 at 12:05 PM, Ankur Chauhan wrote: > Thanks. Yes adding subversion check would definitely help. I did install >

Re: build failure on mac os x

2014-11-01 Thread Ankur Chauhan
Thanks. Yes adding subversion check would definitely help. I did install subversion using homebrew so it'll take a little more looking into. -- Ankur > On 1 Nov 2014, at 09:04, Till Toenshoff wrote: > > Dear Ankur, > > please see https://issues.apache.org/jira/browse/MESOS-1998 >

Re: build failure on mac os x

2014-11-01 Thread Till Toenshoff
Dear Ankur, please see https://issues.apache.org/jira/browse/MESOS-1998 . The problem here is that your subversion headers are not installed within the default location our configuration step is assuming (/usr/include/subversion-1). To prevent

Re: build failure on mac os x

2014-11-01 Thread Timothy Chen
Hi Ankur, Where does your lib subversion header live? Configure must have fonnd it but since we include the header without the path the path name may not match. Tim Sent from my iPhone > On Nov 1, 2014, at 8:54 AM, Dominic Hamon wrote: > > libsubversion was added as a dependency recently. Ho

Re: build failure on mac os x

2014-11-01 Thread Dominic Hamon
libsubversion was added as a dependency recently. However it's lack should have been caught by the configure step. I don't know enough about osx and libsubversion to know if there's something special you need to do. On Nov 1, 2014 2:05 AM, "Ankur Chauhan" wrote: > I am trying to build the latest

build failure on mac os x

2014-11-01 Thread Ankur Chauhan
I am trying to build the latest (master) mesos source and keep getting this error: In file included from ../../src/state/log.cpp:25:0: ../../3rdparty/libprocess/3rdparty/stout/include/stout/svn.hpp:21:23: fatal error: svn_delta.h: No such file or directory #include ^ com