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

Could not compile honggfuzz Windows 10 #1

Closed
qalqi opened this issue May 8, 2020 · 2 comments
Closed

Could not compile honggfuzz Windows 10 #1

qalqi opened this issue May 8, 2020 · 2 comments

Comments

@qalqi
Copy link

qalqi commented May 8, 2020

I am unable to compile with the following error in windows 10.

error: honggfuzz-rs does not currently support Windows but works well under WSL (Windows Subsystem for Linux)

7 | compile_error!("honggfuzz-rs does not currently support Windows but works well under WSL (Windows Subsystem for Linux)");
error: aborting due to previous error

error: could not compile `honggfuzz`.
warning: build failed, waiting for other jobs to finish...
error: build failed
@qalqi qalqi changed the title could not compile honggfuzz Windows 10 Could not compile honggfuzz Windows 10 May 8, 2020
@qalqi
Copy link
Author

qalqi commented May 8, 2020

tried compiled the latest substrate too. Even there is an issue with that. paritytech/substrate#5957

@qalqi
Copy link
Author

qalqi commented May 26, 2020

its fixed now. windows steps

rustup default nightly
rustup update nightly
rustup update stable
rustup target add wasm32-unknown-unknown --toolchain nightly
cargo build --release -p node-cli```

@qalqi qalqi closed this as completed May 26, 2020
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