-
Notifications
You must be signed in to change notification settings - Fork 350
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
Can't compile Windows - openssl/1.1.1s #4663
Comments
This is running |
I've seen this problem before and wasn't able to fully track it down. My suspicion is that while openssl is trying to copy the file a virus scanner or the Windows Search Indexer still have an exclusive lock on the file, so opening the file failed. Compiling on a machine without a virus scanner installed and the search indexer disabled always 100% worked for me. But I can't say for sure if the problem wasn't just solved by compiling on a different machine. I wasn't able to disable the Virus Scanner on the failing machine due to company policies. |
Thanks for the info @beckerhe, I don't have more info, but will update this thread when I do. |
Is there any update on this? |
This is fixed, but we have other build issues, see #4844 |
The text was updated successfully, but these errors were encountered: