Thanks all for the response! Since I had a pre-compiled version of Rust, I found an easier way to use it. I copied my Rust directory under servo/.servo/rust/2016-05-07 and make a soft link with name "rustc-nightly-unknown-unknown-linux-gnu" pointing to my Rust directory.
After this almost immediately I ran into similar issue for Cargo. Here too, I had a pre-compiled Cargo bootstrap available to me, hence used it to build Cargo locally. After this I also modified servo/python/servo/command_base.py to set "system-rust" and "system-cargo" to be "True". This seems to have worked and now I am presented with about a dozen "unresolved" names (e.g. keywords::Invalid) in Servo code. Thanks, Atul. _______________________________________________ dev-servo mailing list [email protected] https://lists.mozilla.org/listinfo/dev-servo

