You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jake Farrell (JIRA)" <ji...@apache.org> on 2014/03/18 06:05:43 UTC

[jira] [Updated] (THRIFT-2396) Build Error on MacOSX

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

Jake Farrell updated THRIFT-2396:
---------------------------------

    Fix Version/s: 0.9.2

> Build Error on MacOSX
> ---------------------
>
>                 Key: THRIFT-2396
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2396
>             Project: Thrift
>          Issue Type: Bug
>          Components: Deployment
>    Affects Versions: 0.9.1
>         Environment: Mac OS 10.9.2
>            Reporter: Arun
>            Assignee: Jake Farrell
>             Fix For: 0.9.2
>
>
> I'm unable to get thrift to build on mac os. Here's the build error.
> $ sudo make
> /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
> Making all in compiler/cpp
> /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
> make[3]: Nothing to be done for `all-am'.
> Making all in lib
> Making all in cpp
> Making all in .
> /bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift  -I/usr/local/include -I./src  -Wall -g -O2 -MT ThreadManager.lo -MD -MP -MF .deps/ThreadManager.Tpo -c -o ThreadManager.lo `test -f 'src/thrift/concurrency/ThreadManager.cpp' || echo './'`src/thrift/concurrency/ThreadManager.cpp
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I/usr/local/include -I./src -Wall -g -O2 -MT ThreadManager.lo -MD -MP -MF .deps/ThreadManager.Tpo -c src/thrift/concurrency/ThreadManager.cpp  -fno-common -DPIC -o .libs/ThreadManager.o
> 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



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