xGUI-Pro icon indicating copy to clipboard operation
xGUI-Pro copied to clipboard

cmake build error on osx

Open evilbinary opened this issue 1 year ago • 3 comments

cmake -DCMAKE_BUILD_TYPE=Debug -DPORT=GTK -B build && cmake --build build

-- Check size of socklen_t - failed
-- Check size of mode_t
-- Check size of mode_t - done
-- Check size of int
-- Check size of int - done
-- Found GLIB: /usr/local/Cellar/glib/2.76.2/include/glib-2.0;/usr/local/Cellar/glib/2.76.2/lib/glib-2.0/include (found suitable version "2.76.2", minimum required is "2.44.0") 
-- Found PurC: /usr/local/lib/libpurc.dylib (found suitable version "0.9.10", minimum required is "0.9.10") 
-- Found DOMRuler: /usr/local/lib/libDOMRuler.dylib (Required is at least version "0.9.10") 
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR) 
-- Checking for module 'gtk+-3.0'
--   Found gtk+-3.0, version 3.24.37
-- Checking for module 'gtk+-unix-print-3.0'
--   Found gtk+-unix-print-3.0, version 3.24.37
-- Found GTK: 3.24.37 (Required is at least version "3.22.0") 
-- Could NOT find LibSoup: (Required is at least version "2.54.0") (found /usr/local/include/libsoup-3.0/libsoup)
CMake Error at source/cmake/OptionsGTK.cmake:71 (message):
  libsoup is required.
Call Stack (most recent call first):
  source/cmake/GlobalCommon.cmake:57 (include)
  CMakeLists.txt:135 (include)


-- Configuring incomplete, errors occurred!

evilbinary avatar Apr 30 '23 04:04 evilbinary