Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
L
libnice
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • libnice
  • libnice
  • Issues
  • #115

Closed
Open
Opened Jun 23, 2020 by Stephen Wolff@stephendwolff

Build on macos Catalina, fails with meson.build:243:7: ERROR: Arrays do not have a method called 'found'.

I am building libnice with the meson builddir command, and have had errors with libffi and libssl. I ran the subproject wrap command for libffi as advised, and exported compiler flags for libssl.

libssl was then found by meson, but i can see in the meson.build file that if both libcrypto_dep and libssl_dep are found then it sets crypto_dep to an array.

Line 243 of the meson.build file and next block are error checking that either GnuTLS or OpenSSL are available, but it fails as crypto_dep is an array.

I just commented out the error block as i don't know enough about meson to fix this, but i thought i'd write this up in case it helps.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: libnice/libnice#115