Skip to content

cmake build error on osx #10

Description

@evilbinary
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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions