Re: [dev-servo] Build Error on Servo/Media

2019-04-01 Thread Fernando Jiménez Moreno
Hi Maria, servo/media requires the same Rust toolchain as Servo [1]. Servo's build takes care of setting up the toolchain for you, but unfortunately servo/media does not do that yet. So you need to install and set it up manually. You can use rustup [2][3] for that (i.e. rustup install nightly-2019

[dev-servo] Build Error on Servo/Media

2019-04-01 Thread Maria Sable
Hi all, I am running on Windows and I am able to get the servo project to build successfully with no errors (I installed all the dependencies such as gstreamer, etc.). However, I am having trouble getting servo/media to build when I clone it, cd into it, and run "cargo build". This is the error I