withoutboats / notty

A new kind of terminal
GNU Affero General Public License v3.0
2.3k stars 41 forks source link

Compilation issue #45

Closed wilhelmy closed 8 years ago

wilhelmy commented 8 years ago
fukushima ~/s/f/notty & ./build_test.sh 
   Compiling notty-encoding v0.1.0 (https://github.com/withoutboats/notty-encoding#db5c95fd)
   Compiling num-integer v0.1.32
/home/mw/.cargo/git/checkouts/notty-encoding-f90d2d7580660013/master/src/lib.rs:1:1: 1:31 error: #[feature] may not be used on the stable release channel
/home/mw/.cargo/git/checkouts/notty-encoding-f90d2d7580660013/master/src/lib.rs:1 #![feature(associated_consts)]
                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Build failed, waiting for other jobs to finish...
Could not compile `notty-encoding`.

To learn more, run the command again with --verbose.

Any ideas how to fix this?

nokaa commented 8 years ago

It looks as though you are using the stable release of rustc. You will need to use the nightly release to compile.

withoutboats commented 8 years ago

notty currently requires the nightly version of Rust. You can download it here or use rustup.rs to manage multiple Rust toolchains on a single system.