Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libnice
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 49
    • Issues 49
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • libnice
  • libnice
  • Issues
  • #115

Closed
Open
Created 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
Time tracking