neon: Error building new project (neon-build)

Hi, i just created a new neon project, but it doesn’t seems to build … Here’s the log.

Updating registry `https://github.com/rust-lang/crates.io-index`
Compiling nod v0.1.0 (file:///Users/jchaput/dev/rust/nod/native)
Compiling cslice v0.1.1
Compiling gcc v0.3.43
error[E0463]: can't find crate for `neon_build`
 --> build.rs:1:1
  |
1 | extern crate neon_build;
  | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate

error: aborting due to previous error

error: Could not compile `nod`.
Build failed, waiting for other jobs to finish...
error: build failed
neon ERR! cargo build failed
error Command failed with exit code 1.

thanks

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 26

Commits related to this issue

Most upvoted comments

Works fine on my system ! 👍