Coder Social home page Coder Social logo

Comments (3)

zyp avatar zyp commented on July 29, 2024 1

Looks like your meson is just too old. This feature was apparently added in 0.60: https://mesonbuild.com/Release-notes-for-0-60-0.html#dependencies-with-multiple-names

from orbuculum.

j-hui avatar j-hui commented on July 29, 2024

I figured it would amount to something like that. My Linux machine is way overdue for an upgrade (:

Thanks for the help!

from orbuculum.

eli-schwartz avatar eli-schwartz commented on July 29, 2024

Looks like your meson is just too old. This feature was apparently added in 0.60

I would suggest adding meson_version: '>=0.60.0' as a kwarg to your project() function -- then meson will:

  • error out if you try building with an older version of meson
  • print warnings if you use features introduced later than 0.60.0, which is a sign that you should either bump your minimum version or figure out a way to do what you are trying to do without using really new functionality

from orbuculum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.