darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.21k stars 426 forks source link

cmake build error #1494

Open elliot2dev opened 4 months ago

elliot2dev commented 4 months ago

Build Log

☁  build [master] cmake ..     
Including component: stock
Including component: cli
Including component: python
Including component: ruby
Including component: perl
Including component: dev_gui_common
Including component: dev_gui_frameworks_common
Including component: dev_gui_stubs_common
Including component: gui_frameworks
Including component: gui_stubs
Including component: system
Including component: core
Including component: gui
Including component: iokitd
Found Python 2; enabling pre-compilation of Python bytecode
Found required libraries; building with Metal support
-- Found dsymutil: /usr/bin/dsymutil
-- Compiler include path detected as /usr/lib/clang/16/include/
-- Checking for one of the modules 'openssl'
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:906 (message):
  None of the required 'openssl' found
Call Stack (most recent call first):
  src/external/openssl_certificates/CMakeLists.txt:11 (pkg_search_module)

-- Checking for module 'fuse'
--   No package 'fuse' found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:619 (message):
  The following required packages were not found:

   - fuse

Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal)
  src/external/darling-dmg/CMakeLists.txt:121 (pkg_check_modules)

-- Configuring incomplete, errors occurred!

System Information OS: Arch Linux x86_64 Host: 3626MM4 ThinkPad X201 Kernel: 6.6.19-1-lts Uptime: 1 hour, 28 mins Packages: 1256 (pacman), 1 (dpkg), 10 (brew), 19 (flatpak) Shell: zsh 5.9 Resolution: 1280x800 DE: GNOME 45.4 WM: Mutter WM Theme: WhiteSur-Dark Theme: WhiteSur-Dark [GTK2/3] Icons: WhiteSur-dark [GTK2/3] Terminal: kgx CPU: Intel i3 M 390 (4) @ 2.666GHz GPU: Intel Core Processor

| --- | --- | | Clang | 16.0.6 | | CMake | 3.28.3 | | Linux Kernel | 6.6.19-1-lts | | Darling | ??? |

amyipdev commented 4 months ago

You don't have the FUSE dependency installed.