Re: Heads up! Building Stylo in local developer builds

2017-07-31 Thread Chris Peterson
If you now see Mac compilation errors about "stdlib.h not found", try running `xcode-select --install`. Part of the Stylo build process (rust-bindgen) can get confused about which clang header #include paths it should use. xcode-select can fix this. Bug 1366564 is a feature request for mach bo

Re: Heads up! Building Stylo in local developer builds

2017-07-28 Thread Chris Peterson
btw, there is a mach bootstrap bug on Windows if you had previously installed the i686 rustc toolchain instead of the x86_64 toolchain: Bug 1385241 - ./mach bootstrap: error: component 'rust-std' for target 'i686-pc-windows-msvc' is required for toolchain 'stable-i686-pc-windows-msvc' and cannot

Re: Heads up! Building Stylo in local developer builds

2017-07-28 Thread Mike Hommey
On Fri, Jul 28, 2017 at 01:04:21AM -0700, Chris Peterson wrote: > Stylo support (pref'd off) has been built in automation builds for a couple > weeks. Ralph Giles just landed bug 1384258 to also build Stylo support > (pref'd off) in local developer builds, too. You should rerun `mach > bootstrap` t