-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Windows] Unable to build #48
Comments
Maybe you are building it on a network drive? If so, there seems to be no workaround yet for this (check rust-lang/rust#54216) Edit: there actually is a workaround: put the project in a non-network drive in the VM, it should do the trick. It can be cumbersome though if your IDE is on the host and the code is in the VM. |
Yes, the project is in shared folder with Virtual Box. After copy the project, into another drive, I have now this error:
I have follow this documentation to install OpenSSL on my windows System |
Did you install OpenSSL through I personally installed it in my dev directory, and have set the envs var as such:
And in my
|
Thanks @Pierstoval, I can build on Windows. |
cargo build
on Rymfony folderThis is the result:
The text was updated successfully, but these errors were encountered: