Re: OS X build

2015-10-05 Thread Alexander Rojas
Well, libapr-1 is supposed to be shipped with default with OS X, so in theory one shouldn’t need to use the homebrew version. I did had a problem with my machine not finding libapr after I updated to “El Capitan.” My solution was to reinstall the command line tools with `code-select —install`.

Re: OS X build

2015-10-01 Thread DiGiorgio, Mr. Rinaldo S.
Hi, I have built the current tip of the mesos repository on three different physicall instances of OSX 10.10.5 without issue. I used homebrew for dependencies. The only change I had to make was change my .m2/settings.xml file to use a proxy for getting to the maven repos. If you can

Re: OS X build

2015-10-01 Thread Michael Park
Hi Vaibhav, What version of OS X do you have? Do you not have */usr/include/apr-1* or */usr/include/apr-1.0* available? I also installed *apr-1.5.2* via *brew install apr* and *../configure --with-apr=/usr/local/Cellar/apr/1.5.2/libexec* worked fine for me. As far as how *configure.ac

Re: OS X build

2015-09-27 Thread Vaibhav Khanduja
Probably yes, The issue which I am pointing out is with the configure script not accepting option "—with-arp" On Sat, Sep 26, 2015 at 9:26 PM, James Peach wrote: > > > On Sep 26, 2015, at 12:01 PM, Vaibhav Khanduja < > vaibhavkhand...@gmail.com> wrote: > > > > I am running

Re: OS X build

2015-09-27 Thread James Peach
> On Sep 27, 2015, at 4:15 PM, Vaibhav Khanduja > wrote: > > Probably yes, > > The issue which I am pointing out is with the configure script not accepting > option "—with-arp" OK then I'm confused because there is a --with-apr option, and it works AFAICT

Re: OS X build

2015-09-26 Thread James Peach
> On Sep 26, 2015, at 12:01 PM, Vaibhav Khanduja > wrote: > > I am running into issues with build on my MAC - OSX … the configure scripts > complaints about libapr-1 not present. I was able to find a workaround by > passing configure with —with-apr option. Looks

OS X build

2015-09-26 Thread Vaibhav Khanduja
I am running into issues with build on my MAC - OSX … the configure scripts complaints about libapr-1 not present. I was able to find a workaround by passing configure with —with-apr option. Looks like the script checks for variable to be valid shell variable, if not it is rejected. I was able