Re: [rust-dev] error: can't find crate for 'core'

2012-02-06 Thread Brian Anderson
- Original Message - > From: "André Pang" > To: "Brian Anderson" > Cc: rust-dev@mozilla.org > Sent: Sunday, February 5, 2012 7:24:23 PM > Subject: Re: [rust-dev] error: can't find crate for 'core' > > On Feb 5, 2012, at 4:04 PM, Br

Re: [rust-dev] error: can't find crate for 'core'

2012-02-05 Thread André Pang
On Feb 5, 2012, at 4:04 PM, Brian Anderson wrote: >> Hi! I'm trying out rust for the first time, and successfully >> compiled and installed rustc. I hit this error attempting to >> compile "hello world": >> >>> ~ % cat hello.rs >>> use std; >>> fn main(args: [str]) { >>>std::io::println("he

Re: [rust-dev] error: can't find crate for 'core'

2012-02-05 Thread Brian Anderson
- Original Message - > From: "André Pang" > To: rust-dev@mozilla.org > Sent: Sunday, February 5, 2012 3:39:36 PM > Subject: [rust-dev] error: can't find crate for 'core' > > Hi! I'm trying out rust for the first time, and successfully &

[rust-dev] error: can't find crate for 'core'

2012-02-05 Thread André Pang
Hi! I'm trying out rust for the first time, and successfully compiled and installed rustc. I hit this error attempting to compile "hello world": > ~ % cat hello.rs > use std; > fn main(args: [str]) { >std::io::println("hello world from '" + args[0] + "'!"); > } > ~ % rustc hello.rs > hello

[rust-dev] error: can't find crate for 'core'

2012-02-05 Thread André Pang
Hi! I'm trying out rust for the first time, and successfully compiled and installed rustc. I hit this error attempting to compile "hello world": > ~ % cat hello.rs > use std; > fn main(args: [str]) { > std::io::println("hello world from '" + args[0] + "'!"); > } > ~ % rustc hello.rs > hell