-
-
Notifications
You must be signed in to change notification settings - Fork 520
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
SSL error building library on Windows in configure step #2488
Comments
It fails here:
Did it use to build, or is it the first time you try on this computer? I don't think we have changed anything for Windows and OpenSSL, so I wonder if we don't "just" require perl to be installed (as a "dev tool")? Not sure 🤔 One thing we changed, though, is that we now always build OpenSSL (even if BUILD_MAVSDK_SERVER=OFF), so that may be it. |
It seems to me that Windows needs Perl for OpenSSL: https://github.com/openssl/openssl/blob/master/NOTES-PERL.md#perl-on-windows. I found some unofficial instructions here. |
I just tried this on my Win 10 installation with latest cmake 3.431.4, Visual Studio 17 2022, and perl 5 installed. |
Did it work, or did you reproduce the issue? |
Blame my fever. It compiled fine. |
Leaving it open until it works for @hamishwillee as well. |
Clean build in windows command prompt after following these instructions https://mavsdk.mavlink.io/main/en/cpp/guide/build.html#windows to install VS tools and cmake.
OpenSSL also seems to cause problems building on Ubuntu.
Configure step finished with
Full build log at https://gist.github.com/hamishwillee/a8e54796c88a2a18c1f0b3d738a291b0
The text was updated successfully, but these errors were encountered: