Re: build failing on Mac

2016-06-20 Thread Pete Brunet
Thanks Daniel! Bookmarked. On 6/20/16 8:18 AM, Daniel Fuchs wrote: > Hi Pete, > > On 20/06/16 13:24, Pete Brunet wrote: >> Thanks Daniel, I will give it a try. I've not been having luck recently >> finding old versions of xcode. Any thoughts on the best place to >> find it? > > Apparently this

Re: build failing on Mac

2016-06-20 Thread Daniel Fuchs
Hi Pete, On 20/06/16 13:24, Pete Brunet wrote: Thanks Daniel, I will give it a try. I've not been having luck recently finding old versions of xcode. Any thoughts on the best place to find it? Apparently this is the place where you can get it: https://developer.apple.com/downloads/index.acti

Re: build failing on Mac

2016-06-20 Thread Pete Brunet
Thanks Daniel, I will give it a try. I've not been having luck recently finding old versions of xcode. Any thoughts on the best place to find it? Pete On 6/20/16 4:30 AM, Daniel Fuchs wrote: > Hi Pete, > > I had the same problem recently - and solved it by installing > Xcode 6.3 - which I was t

Re: RFR: 8159364: Gtest unit tests does not support PCH

2016-06-20 Thread Erik Helin
On 2016-06-14, Erik Joelsson wrote: > Do you really need to exclude gTestLauncher.cpp from precompiled? That file > should be excluded from compilation already. No, you are right, I don't need to re-exclude gTestLauncher.cpp (verified by running JPRT). I will remove gTestLauncher.cpp from PRECOMPI

Re: build failing on Mac

2016-06-20 Thread Daniel Fuchs
Hi Pete, I had the same problem recently - and solved it by installing Xcode 6.3 - which I was told is the officially supported version. best regards, -- daniel On 18/06/16 01:20, Pete Brunet wrote: I haven't done a full build in around a month, but just pulled (tpull -u) / cleaned / reconfig