yes sure, make clean && make V=1 > graph-tool_git_make_log2.txt 2>&1 up at http://pastebin.com/raw.php?i=Y7Wn3W52 Justin On Sun, Sep 18, 2011 at 1:23 AM, Tiago de Paula Peixoto <tiago@skewed.de>wrote:
Hi Justin,
On 09/18/2011 06:58 AM, Justin Keogh wrote:
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
This is strange, since I have the same gcc and boost versions... Could you do a "make V=1", so that I can see the full compile commands?
Cheers, Tiago
-- Tiago de Paula Peixoto <tiago@skewed.de>
_______________________________________________ graph-tool mailing list graph-tool@skewed.de http://lists.skewed.de/mailman/listinfo/graph-tool