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

NotFound, message: "No such file or directory" #6

Closed
NikZak opened this issue Jan 16, 2024 · 1 comment
Closed

NotFound, message: "No such file or directory" #6

NikZak opened this issue Jan 16, 2024 · 1 comment

Comments

@NikZak
Copy link
Contributor

NikZak commented Jan 16, 2024

Launching it this way
WITNESS_CPP=[absolute path to my circom circuit] cargo build --release

build.rs has this

fn main() {
    witness::generate::build_witness()
}

However, I get

called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }

Any hint why this may be happenning? Am I using the correct system variable?

@NikZak NikZak closed this as completed Jan 18, 2024
@NikZak
Copy link
Contributor Author

NikZak commented Jan 18, 2024

Should follow build.rs in this repo

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