I'm trying to build this, but keep getting an error - if I figure i tout I'll update this and maybe PR the README or whatever's needed - meanwhile here's the problem I have.
Scanning dependencies of target wxrust
[ 87%] Generating ../rust-bindgen/target/debug/bindgen
Updating git repository https://github.com/rust-lang/log.git
Compiling rust-bindgen v0.13.0 (file:///Users/andrew/workspace/wxRust/rust-bindgen)
Running rustc build.rs --crate-name build_script_build --crate-type bin -g --out-dir /Users/andrew/workspace/wxRust/rust-bindgen/target/debug/build/rust-bindgen-be5058dd5296614b --emit=dep-info,link -L dependency=/Users/andrew/workspace/wxRust/rust-bindgen/target/debug -L dependency=/Users/andrew/workspace/wxRust/rust-bindgen/target/debug/deps
Compiling log v0.3.6 (https://github.com/rust-lang/log.git#d040d323)
Running rustc /Users/andrew/.cargo/git/checkouts/log-c58e1db3de7c154d/master/src/lib.rs --crate-name log --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=5439bf31eed317bd -C extra-filename=-5439bf31eed317bd --out-dir /Users/andrew/workspace/wxRust/rust-bindgen/target/debug/deps --emit=dep-info,link -L dependency=/Users/andrew/workspace/wxRust/rust-bindgen/target/debug/deps -L dependency=/Users/andrew/workspace/wxRust/rust-bindgen/target/debug/deps --cap-lints allow
build.rs:1:1: 1:22 error: #[feature] may not be used on the stable release channel
build.rs:1 #![feature(path_ext)]
^~~~~
error: aborting due to previous error
I've tried using rustup, setting 'nightly' as rust version in the wxRust/ folder (parent of 'build/'). Then I get this:
I'm trying to build this, but keep getting an error - if I figure i tout I'll update this and maybe PR the README or whatever's needed - meanwhile here's the problem I have.
I've tried using rustup, setting 'nightly' as rust version in the wxRust/ folder (parent of 'build/'). Then I get this: