Hello, On 11 May 2016 at 16:21, Jack Moffitt <[email protected]> wrote:
> Note that you will not be able to build with 1.8.0 since we depend on > many features available only in nightly. You can see which nightly we > download by looking at the date in > https://github.com/servo/servo/blob/master/rust-nightly-date > (currently 2016-05-07). It may work with slightly newer or older > nightlies as well. > > I suspect the reason you can't download the nightly is that the > platform detection code is returning "unknown" for your processor. You > might consider filing a bug for that. What target triple do you > normally use? Is such download even available? Back when I tried to build servo for ARM rust claimed ARM compatibility but I could not find a prebuilt compiler. I downloaded the x86 version and kind of cross-compiled rust using qemu and tweaked the servo build script to skip the download. The built servo was more flaky than the x86 one. iirc it seemed to require more featureful graphics than fbdev. And i did not have the exact nightly used by the build script, too. Thanks Michal _______________________________________________ dev-servo mailing list [email protected] https://lists.mozilla.org/listinfo/dev-servo

