Re: Correct way to build style bindings on GNU/Linux ARMv7?

2018-02-07 Thread Emilio Cobos Álvarez
On 02/07/2018 06:04 PM, Henri Sivonen wrote: > mach bootstrap doesn't appear to download a bindgen-compatible clang > on an ARMv7 GNU/Linux host. > > mach build then complains about not being able to generate the stylo bindings. > > As I understand it, --disable-stylo-build-bindgen should be OK

Re: Correct way to build style bindings on GNU/Linux ARMv7?

2018-02-07 Thread Ralph Giles
If you can install a new-enough (4.0.1 worked last I checked, but 5.0.1 is better) clang and llvm development system packages, those should let the build complete. If your distro doesn't provide a new-enough toolchain you'll have to compile one. Set LLVM_CONFIG in the environment to point to your

Re: MinGW Target on TaskCluster

2018-02-07 Thread Steve Fink
On 2/6/18 6:27 PM, Tom Ritter wrote: But when it comes to the header case mismatch issue, we could automate this. Would it be possible for us to write some code to automatically detect these case discrepancies and automatically land corrections? Where would be the right place for something like

Correct way to build style bindings on GNU/Linux ARMv7?

2018-02-07 Thread Henri Sivonen
mach bootstrap doesn't appear to download a bindgen-compatible clang on an ARMv7 GNU/Linux host. mach build then complains about not being able to generate the stylo bindings. As I understand it, --disable-stylo-build-bindgen should be OK if one isn't modifying stylo, but building with that flag