Re: [webkit-dev] ccache on mac

2017-05-08 Thread Ben Kelly
On Mon, May 8, 2017 at 10:25 AM, Alex Christensen wrote: > It would be nice if we could just get the CMake built WebKit working with > run-safari and run-webkit-tests. That’s something I’ve been meaning to do > for a while but haven’t gotten around to it. Something is wrong with the > xpc servi

Re: [webkit-dev] ccache on mac

2017-05-08 Thread Alex Christensen
It would be nice if we could just get the CMake built WebKit working with run-safari and run-webkit-tests. That’s something I’ve been meaning to do for a while but haven’t gotten around to it. Something is wrong with the xpc service locations and plists, but I think everything else should be o

Re: [webkit-dev] ccache on mac

2017-05-08 Thread Ben Kelly
On Mon, May 8, 2017 at 12:32 AM, youenn fablet wrote: > I had this setup working a year or so ago. I was using the regular Mac > "make" build. > > Le dim. 7 mai 2017 à 19:28, Ben Kelly a écrit : > >> Hi all, >> >> Does anyone have ccache (or an equivalent) working with local webkit >> builds on

Re: [webkit-dev] ccache on mac

2017-05-07 Thread youenn fablet
I had this setup working a year or so ago. I was using the regular Mac "make" build. Le dim. 7 mai 2017 à 19:28, Ben Kelly a écrit : > Hi all, > > Does anyone have ccache (or an equivalent) working with local webkit > builds on mac? I've spent the last couple of days trying to figure out, > but

[webkit-dev] ccache on mac

2017-05-07 Thread Ben Kelly
Hi all, Does anyone have ccache (or an equivalent) working with local webkit builds on mac? I've spent the last couple of days trying to figure out, but have not had much luck. I've installed ccache via homebrew and its in my path. I *do* see ccache being used if I do a `webkit-build --cmake`,