https://bugs.kde.org/show_bug.cgi?id=405439
Bug ID: 405439 Summary: ext_openssl won't build on Windows Product: krita Version: git master Platform: MS Windows OS: MS Windows Status: REPORTED Severity: normal Priority: NOR Component: General Assignee: krita-bugs-n...@kde.org Reporter: scottpetro...@gmail.com Target Milestone: --- 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 -- You are receiving this mail because: You are watching all bug changes.