Bug 405439 - ext_openssl won't build on Windows
Summary: ext_openssl won't build on Windows
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: General (other bugs)
Version First Reported In: git master (please specify the git hash!)
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-13 16:18 UTC by Scott Petrovic
Modified: 2019-03-20 21:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Petrovic 2019-03-13 16:18:25 UTC
There was a recent commit that added an ext_openssl library to the build process. This is required by Qt now since it links to it. I am trying to just build the OpenSSL library. There is an error which is stopping it from succeeding.

When running the command to build it:
cmake --build . --config RelWithDebInfo --target ext_openssl

The download is fine, but when openSSL tries to configure, I get a pop-up menu with an error. It says...

*Unsupported 16-bit application*
The file: ext_openssl\ext_openssl-prefix\src\ext_openssl\config.com

The dialog says it is incompatible with 64-bit versions of Windows and cannot be ran.

We either need to try to get the library to run on windows, or exclude OpenSSL on the Qt build for windows
Comment 1 Scott Petrovic 2019-03-20 21:49:59 UTC
I am closing this ticket. Windragon removed the OpenSSL stuff for the Qt build, so this isn't any issue.