Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error -- missing file? #3

Open
dan-da opened this issue Apr 17, 2023 · 0 comments
Open

build error -- missing file? #3

dan-da opened this issue Apr 17, 2023 · 0 comments

Comments

@dan-da
Copy link

dan-da commented Apr 17, 2023

Seems this is supposed to be a generated source file. Am I doing something wrong?

$ cargo build
...
   Compiling bdk_esplora v0.2.0 (https://github.com/hoffmabc/bdk#695cbacb)
error: couldn't read /home/danda/dev/openbazaar3-rust/target/debug/build/openbazaar-lib-ab0c6801ca30382d/out/openbazaar_api.rs: No such file or directory (os error 2)
  --> openbazaar-lib/src/lib.rs:14:5
   |
14 |     tonic::include_proto!("openbazaar_api");
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: this error originates in the macro `include` which comes from the expansion of the macro `tonic::include_proto` (in Nightly builds, run with -Z macro-backtrace for more info)

btw, I'm at:

$ git log | head -n 1
commit 12f0bd43d7db197dd0fc3893f7ecb37f78c3c695

$ cargo --version
cargo 1.67.1 (8ecd4f20a 2023-01-10)

$ rustup show | tail -n 6
active toolchain
----------------

stable-x86_64-unknown-linux-gnu (default)
rustc 1.67.1 (d5a82bbd2 2023-02-07)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant