Git Product home page Git Product logo

Comments (7)

ptarjan avatar ptarjan commented on May 20, 2024

Can you send a PR for what you need?

from folly.

yfilali avatar yfilali commented on May 20, 2024

Upon closer look, this won't work on HEAD. I am working on getting it to build cleanly on OSX but the recent dependency on linux/futex.h in detail/Futex.h is making it a little more time consuming than I can handle at the moment. see: #50

I'll try to submit one big OSX compat PR when ready.

from folly.

ptarjan avatar ptarjan commented on May 20, 2024

@yfilali thanks! Keep us posted when you get it.

/cc @danslo who is also working on getting it working on OSX

from folly.

danslo avatar danslo commented on May 20, 2024

@ptarjan Already fixed it: #67

Haven't looked at building folly independently though, only in the context of HHVM. And we do remove quite a bit in that build.

from folly.

yfilali avatar yfilali commented on May 20, 2024

@danslo thanks on the #67 pointer.

Unrelated to the specific MAP_ANON issue, Any thoughts about doing the same for a standalone build on OSX? i.e. simply removing components that don't make sense on other platforms? A lot of the components are pretty platform independent from what I can tell (json, fbstring, endian, hash, etc.).

For example ${FOLLY_DIR}/detail/Futex.cpp is removed from hhvm build which skips the linux/futex.h include issue.

from folly.

danslo avatar danslo commented on May 20, 2024

Yeah, I have no immediate plans to do that, sorry :-( Because they use different build systems it's also not very easy to port those exclusions over. I'll help out where needed, but my primary focus is on HHVM at the moment.

from folly.

yfilali avatar yfilali commented on May 20, 2024

No worries, I am looking at a Makefile.am that already has HAVE_LINUX and !HAVE_LINUX sections. It's probably not as hard as I originally though. The exclusions you pointed me towards are a good start.

from folly.

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.