[rust-dev] Problems with extern mod = ...

2013-09-14 Thread John
I've been trying to get rustpkg to automatically fetch and build a dependency using the extern mod = ... syntax, but it doesn't seem to be working. For example: extern mod sax = github.com/bjz/sax-rs#71d0e361ae; fn main() {} produces the error: task unnamed failed at 'Unhandled condition:

Re: [rust-dev] Problems with extern mod = ...

2013-09-14 Thread John
I updated to latest Rust, and now I get this error: error: Couldn't find package github.com/bjz/sax-rs#71d0e361ae, which is needed by generator-0.1, in any of the workspaces in the RUST_PATH (~[std::path::PosixPath{is_absolute: true, components: ~[~path, ~to, ~gl-rs, ~.rust]},

Re: [rust-dev] Problems with extern mod = ...

2013-09-14 Thread Tim Chevalier
On Sat, Sep 14, 2013 at 9:52 AM, John jmgro...@gmail.com wrote: I updated to latest Rust, and now I get this error: error: Couldn't find package github.com/bjz/sax-rs#71d0e361ae, which is needed by generator-0.1, in any of the workspaces in the RUST_PATH (~[std::path::PosixPath{is_absolute: