Hello, i'am trying to install graph-tool to my mac(building from source) and getting this while compilation:
Any ideas what i can do with that?

make  all-recursive
Making all in src
Making all in graph
Making all in centrality
  CXX      graph_betweenness.lo
warning: unknown warning option '-Wno-unused-local-typedefs'
      [-Wunknown-warning-option]
In file included from graph_betweenness.cc:18:
In file included from ./../graph_filtering.hh:52:
./../graph_adaptor.hh:142:41: error: no template named 'is_convertible' in
      namespace 'std::tr1'; did you mean 'is_convertible'?
    typedef typename mpl::if_<std::tr1::is_convertible<typename std::ite...
                              ~~~~~~~~~~^~~~~~~~~~~~~~
                                        is_convertible
/usr/local/include/boost/type_traits/is_convertible.hpp:484:30: note: 
      'is_convertible' declared here
BOOST_TT_AUX_BOOL_TRAIT_DEF2(is_convertible,From,To,BOOST_IS_CONVERTIBLE...
                             ^
/usr/local/include/boost/type_traits/detail/bool_trait_def.hpp:81:45: note: 
      expanded from macro 'BOOST_TT_AUX_BOOL_TRAIT_DEF2'
template< typename T1, typename T2 > struct trait \
                                            ^
1 warning and 1 error generated.
make[4]: *** [graph_betweenness.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