jeaye / q3

A Quake 3 like game with voxelized, destructible maps; written in Rust
BSD 3-Clause "New" or "Revised" License
500 stars 25 forks source link

Build failed due to rust-opengles #54

Closed jaredly closed 10 years ago

jaredly commented 10 years ago

:(

»»» Building rust-opengles
/home/jared/clone/rust/q3/lib/rust-opengles/lib.rs:16:1: 16:11 error: `extern mod` is obsolete, use `extern crate` instead to refer to external crates.
/home/jared/clone/rust/q3/lib/rust-opengles/lib.rs:16 extern mod std;
                                                      ^~~~~~~~~~
/home/jared/clone/rust/q3/lib/rust-opengles/gl2.rs:429:9: 429:11 error: `do` is a reserved keyword
/home/jared/clone/rust/q3/lib/rust-opengles/gl2.rs:429         do name.to_c_str().with_ref |cstr| {
                                                               ^~
make: *** [librustopengles.dummy] Error 101
jeaye commented 10 years ago

@jaredly There's a lot more than just rust-opengles preventing q3 from building; it hasn't been updated to the latest Rust in 3-4 months. I've been toying with some other projects outside of Rust for a while, so I haven't dedicated time to progress on q3.

If you feel up to the task, feel free to help; you can email me or get me on IRC (mozilla/freenode) if you have any questions.

jaredly commented 10 years ago

Thanks for the quick response. I don't think I'm in a position to make the updates at the moment. I sure hope rust settles down soon :)

On 3/6/14, jeaye notifications@github.com wrote:

@jaredly There's a lot more than just rust-opengles preventing q3 from building; it hasn't been updated to the latest Rust in 3-4 months. I've been toying with some other projects outside of Rust for a while, so I haven't dedicated time to progress on q3.

If you feel up to the task, feel free to help; you can email me or get me on IRC (mozilla/freenode) if you have any questions.


Reply to this email directly or view it on GitHub: https://github.com/jeaye/q3/issues/54#issuecomment-36917808

jeaye commented 10 years ago

Me too, mate. Me too.