[dev-servo] Problem compiling servo

2016-08-13 Thread Peter Hall
Hi, I upgraded OSX this week (to 10.11.6), but also it's been a while since I tried to compile servo. In any case, I get errors that I'm not sure how to solve. The first error is: error: failed to run custom build command for `mozjs_sys v0.0.0 ( https://github.com/servo/mozjs#94eabc21)` process d

Re: [dev-servo] Problem compiling servo

2016-08-13 Thread Manish Goregaokar
rm -rf target/*/build/mozjs* should do the trick. There was a spidermonkey update and the old build artefacts mess the build up. Sorry! -Manish Goregaokar On Sat, Aug 13, 2016 at 7:18 PM, Peter Hall wrote: > Hi, > I upgraded OSX this week (to 10.11.6), but also it's been a while since I > tri

Re: [dev-servo] Problem compiling servo

2016-08-13 Thread Peter Hall
Thanks! It works now. Peter On 13 August 2016 at 14:50, Manish Goregaokar wrote: > rm -rf target/*/build/mozjs* should do the trick. > > There was a spidermonkey update and the old build artefacts mess the build > up. > > Sorry! > > -Manish Goregaokar > > On Sat, Aug 13, 2016 at 7:18 PM, Peter