Open skvl opened 8 years ago
Hello.
Just downloaded your project and run cargo build. Result:
cargo build
Updating registry `https://github.com/rust-lang/crates.io-index` Downloading winapi v0.2.6 Downloading libc v0.2.10 Downloading user32-sys v0.1.2 Downloading lazy_static v0.1.16 Downloading winapi-build v0.1.1 Compiling lazy_static v0.1.16 Compiling winapi v0.2.6 Compiling winapi-build v0.1.1 Compiling libc v0.2.10 Compiling user32-sys v0.1.2 Compiling rustnpp v1.0.0 (file:///<some path>/rustnpp) src\lib.rs:66:2: 66:17 error: mismatched types [E0308] src\lib.rs:66 minwindef::TRUE ^~~~~~~~~~~~~~~ src\lib.rs:66:2: 66:17 help: run `rustc --explain E0308` to see a detailed explanation src\lib.rs:66:2: 66:17 note: expected type `i64` src\lib.rs:66:2: 66:17 note: found type `i32` error: aborting due to previous error error: Could not compile `rustnpp`.
See https://github.com/nika-begiashvili/rustnpp/pull/2 for a compilable version.
Hello.
Just downloaded your project and run
cargo build
. Result: