Hi folks, is anyone using graph-tool with Fedora 15?

Using Fedora 15 (gcc version 4.6.0 20110603) compiling the stable release or the latest git fails for me:

# uname -a
Linux localhost.localdomain 2.6.40.4-5.fc15.x86_64 #1 SMP Tue Aug 30 14:38:32 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

using boost 1.46.0

./configure --with-numpy=/usr/lib64/python2.7/site-packages/numpy --with-scipy=/usr/lib64/python2.7/site-packages/scipy

make

/usr/include/boost/graph/graph_traits.hpp:222:47: error: no type named 'graph_property_type' in 'const class boost::reverse_graph<boost::filtered_graph<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, boost::no_property, boost::property<boost::edge_index_t, long unsigned int> >, graph_tool::detail::MaskFilter<boost::unchecked_vector_property_map<unsigned char, boost::adj_list_edge_property_map<boost::bidirectional_tag, long unsigned int, long unsigned int&, long unsigned int, boost::property<boost::edge_index_t, long unsigned int>, boost::edge_index_t> > >, graph_tool::detail::MaskFilter<boost::unchecked_vector_property_map<unsigned char, boost::vec_adj_list_vertex_id_map<boost::no_property, long unsigned int> > > >, const boost::filtered_graph<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, boost::no_property, boost::property<boost::edge_index_t, long unsigned int> >, graph_tool::detail::MaskFilter<boost::unchecked_vector_property_map<unsigned char, boost::adj_list_edge_property_map<boost::bidirectional_tag, long unsigned int, long unsigned int&, long unsigned int, boost::property<boost::edge_index_t, long unsigned int>, boost::edge_index_t> > >, graph_tool::detail::MaskFilter<boost::unchecked_vector_property_map<unsigned char, boost::vec_adj_list_vertex_id_map<boost::no_property, long unsigned int> > > >&>'
make[4]: *** [graph_trust_transitivity.lo] Error 1
make[4]: Leaving directory `/home/default/graph-tool/src/graph/centrality'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/default/graph-tool/src/graph'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/default/graph-tool/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/default/graph-tool'
make: *** [all] Error 2
[user@localhost graph-tool]#


full make log http://pastebin.com/raw.php?i=iJCDihKs

Thank You,
Justin