Coder Social home page Coder Social logo

Comments (4)

danobi avatar danobi commented on July 19, 2024

Sorry about the trouble with folly. This is one of the (many) reasons I'm working on removing folly as a dependency. Your best bet is to wait ~1 week for me to finish that work. However if you want to do it now, I have instructions

  1. Build folly using autotools: cd folly/folly && autoreconf -if && ./configure --prefix=/opt/folly && make -j 4 && sudo make install
    The cmake build doesn't install the pkg-config files. I've already filed an issue and spoken w/ the folly guys: facebook/folly#876. The autotools build installs the pkg-config files. The cmake build does not yet.
  2. Point meson to the right pkg-config directory: cd oomd && PKG_CONFIG_PATH=/opt/folly/lib/pkgconfig meson build && cd build && ninja

I suggest not trying to mess with folly's build system. That way leads to madness.

from oomd.

dsd avatar dsd commented on July 19, 2024

Thanks. I'll wait for you to remove the dependency.

from oomd.

flipreverse avatar flipreverse commented on July 19, 2024

@dsd Thanks for reporting this issue. I was about to do the same. :)
I'm affected as well. However, I use Ubuntu 18.04.

from oomd.

danobi avatar danobi commented on July 19, 2024

79275d2 is the replacement code. Will change all the call sites next

from oomd.

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.