[
https://issues.apache.org/jira/browse/THRIFT-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797126#comment-13797126
]
Guilherme Defreitas commented on THRIFT-2229:
---------------------------------------------
I tried to compile direct from git repository master with:
./bootstrap.sh
./configure --prefix=/usr/local/ --with-boost=/usr/local
--with-libevent=/usr/local
but i got this error:
In file included from src/thrift/concurrency/ThreadManager.cpp:22:
In file included from ./src/thrift/concurrency/ThreadManager.h:24:
./src/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace
'std'
using ::std::bind;
~~~~~~~^
src/thrift/concurrency/ThreadManager.cpp:569:8: warning: private field
'firstTime_' is not used [-Wunused-private-field]
bool firstTime_;
^
1 warning and 1 error generated.
make[4]: *** [ThreadManager.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
> thrift failed to build on OSX 10.9 GM
> -------------------------------------
>
> Key: THRIFT-2229
> URL: https://issues.apache.org/jira/browse/THRIFT-2229
> Project: Thrift
> Issue Type: Bug
> Affects Versions: 0.9.1
> Environment: Mac OSX 10.9 GM
> Reporter: Guilherme Defreitas
>
> Gist with compilation errors: https://gist.github.com/guidefreitas/7012084
--
This message was sent by Atlassian JIRA
(v6.1#6144)