You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Mauro Maggi (JIRA)" <ji...@apache.org> on 2014/04/14 12:51:15 UTC

[jira] [Updated] (THRIFT-2467) Unable to build contrib/fb303 on OSX 10.9.2

     [ https://issues.apache.org/jira/browse/THRIFT-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauro Maggi updated THRIFT-2467:
--------------------------------

    Description: 
Compiling (current head) the contrib module contrib/fb303 fails with:

{quote}In file included from gen-cpp/fb303_types.h:15:
/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'; did you mean 'find'?
    using ::std::bind;
          ~~~~~~~^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/algorithm:843:1: note: 'find' declared here
find(_InputIterator __first, _InputIterator __last, const _Tp& __value_){quote}

  was:
Compiling the contrib module contrib/fb303 fails with:

{quote}In file included from gen-cpp/fb303_types.h:15:
/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'; did you mean 'find'?
    using ::std::bind;
          ~~~~~~~^
/Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/algorithm:843:1: note: 'find' declared here
find(_InputIterator __first, _InputIterator __last, const _Tp& __value_){quote}


> Unable to build contrib/fb303 on OSX 10.9.2
> -------------------------------------------
>
>                 Key: THRIFT-2467
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2467
>             Project: Thrift
>          Issue Type: Bug
>          Components: Compiler (General)
>    Affects Versions: 0.9.2, 1.0
>         Environment: Mac OSX 10.9.2 64bit
>            Reporter: Mauro Maggi
>
> Compiling (current head) the contrib module contrib/fb303 fails with:
> {quote}In file included from gen-cpp/fb303_types.h:15:
> /usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'; did you mean 'find'?
>     using ::std::bind;
>           ~~~~~~~^
> /Library/Developer/CommandLineTools/usr/bin/../lib/c++/v1/algorithm:843:1: note: 'find' declared here
> find(_InputIterator __first, _InputIterator __last, const _Tp& __value_){quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)