deno_install icon indicating copy to clipboard operation
deno_install copied to clipboard

Compile Failed for deno new version on Jetson Nano with Rust 1.57.0

Open JediAzta opened this issue 2 years ago • 1 comments

While I install the latest version of deno to Jetson Nano with Rust 1.57.0 installed through cargo, I got the following error:

error [E0308]: mismatched types ~/.cargo/registry/src/github.com-1ecc6299db9ec823/deno_ffi-0.16.0/lib.rs:612:30 Ok(unsafe {CStr::from_ptr(ptr)}.to_str()?.to_string()) ^^^ expected u8, found i8

rustc version 1.57.0 cargo version 1.57.0

JediAzta avatar Dec 17 '21 08:12 JediAzta

WIll be fixed by https://github.com/denoland/deno/pull/13118

crowlKats avatar Dec 17 '21 08:12 crowlKats