GithubHelp home page GithubHelp logo

Build fail on Mac OS X about wangle HOT 3 OPEN

facebook avatar facebook commented on April 19, 2024
Build fail on Mac OS X

from wangle.

Comments (3)

fugalh avatar fugalh commented on April 19, 2024

I'm not sure what homebrew's "stable 0.48.0" corresponds to, but it's likely too old to build wangle. Try building folly from master. You need folly to be newer than this commit facebook/folly@e845ef5

from wangle.

evanmeng avatar evanmeng commented on April 19, 2024

Hmm, I built folly against master branch according to its instructions in README and got different errors when building wangle.

In file included from /Users/yimmeng/repos/devlibs/wangle/wangle/acceptor/Acceptor.cpp:10:
In file included from /Users/yimmeng/repos/devlibs/wangle/wangle/../wangle/acceptor/Acceptor.h:14:
/Users/yimmeng/repos/devlibs/wangle/wangle/../wangle/acceptor/ConnectionManager.h:63:12: error: no matching function for call to 'make_unique'
    return folly::make_unique<ConnectionManager, Destructor>(
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/yimmeng/repos/devlibs/wangle/wangle/acceptor/Acceptor.cpp:86:53: note: in instantiation of function template specialization
      'wangle::ConnectionManager::makeUnique<folly::EventBase *&, const std::__1::chrono::duration<long long, std::__1::ratio<1, 1000> > &, wangle::Acceptor *>' requested here
  downstreamConnectionManager_ = ConnectionManager::makeUnique(
                                                    ^
/usr/local/include/folly/Memory.h:49:1: note: candidate function [with T = wangle::ConnectionManager, Args = <folly::DelayedDestruction::Destructor, const
      std::__1::chrono::duration<long long, std::__1::ratio<1, 1000> > &, wangle::Acceptor *>] not viable: no known conversion from 'folly::EventBase *' to
      'folly::DelayedDestruction::Destructor' for 1st argument
make_unique(Args&&... args) {
^
/usr/local/include/folly/Memory.h:63:3: note: candidate template ignored: disabled by 'enable_if' [with T = wangle::ConnectionManager, Args =
      <folly::DelayedDestruction::Destructor>]
  std::extent<T>::value != 0, std::unique_ptr<T>>::type
  ^
/usr/local/include/folly/Memory.h:56:1: note: candidate function template not viable: requires single argument 'n', but 3 arguments were provided
make_unique(const size_t n) {
^
4 warnings and 1 error generated.
make[2]: *** [CMakeFiles/wangle.dir/acceptor/Acceptor.cpp.o] Error 1
make[1]: *** [CMakeFiles/wangle.dir/all] Error 2
make: *** [all] Error 2

Some new folly incompatibility?

from wangle.

jamperry avatar jamperry commented on April 19, 2024

Don't use folly from homebrew. Always build from master and make sure to remove it from homebrew: brew remove folly. I think I might change this brew recipe to always build from master.

from wangle.

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.