[compat] Solaris build fixes for openssl, catch2; NetBSD build fixes #2752
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!2752
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-solaris-stuff-1213"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: lizzie lizzie@eden-emu.dev
@ -261,3 +261,3 @@option(ENABLE_OPENSSL "Enable OpenSSL backend for ISslConnection" ${DEFAULT_ENABLE_OPENSSL})if (ENABLE_OPENSSL)cmake_dependent_option(YUZU_USE_BUNDLED_OPENSSL "Download bundled OpenSSL build" "${MSVC}" "NOT ANDROID" ON)cmake_dependent_option(YUZU_USE_BUNDLED_OPENSSL "Download bundled OpenSSL build" ON "MSVC OR PLATFORM_SUN" OFF)This isn't how CMakeDependentOption works. If the latter condition is true then the option is added, otherwise it's forcefully set to the former
@ -505,3 +507,3 @@&QtProgressDialog::setValue,static_cast<int>((processed_size * 100) / total_size));#endifWhat breaks here?
last arg expected to be (void*), but was int
Q_ARG(int, static_cast<int>((processed_size * 100) / total_size))qt 4 docs
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
@ -264,0 +264,4 @@if (MSVC OR PLATFORM_SUN)set(DEFAULT_YUZU_USE_BUNDLED_OPENSSL ON)endif()option(YUZU_USE_BUNDLED_OPENSSL "Download bundled OpenSSL build" ${DEFAULT_YUZU_USE_BUNDLED_OPENSSL})What's broken with OpenSSL on solaris
version too old
Oh nvm I misread
[compat] solaris build fixes for openssl, catch2to [compat] Solaris build fixes for openssl, catch2; NetBSD build fixesAndroid still falling:
C/C++: CMake Error at /usr/local/lib/android/sdk/cmake/3.22.1/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message): C/C++: Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the C/C++: system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY C/C++: OPENSSL_INCLUDE_DIR) (Required is at least version "1.1.1")Oh yeah, make it EXT_DEFAULT OR PLATFORM_SUN
6ffb71340f9425373dbce16df53f9d0e3233514e