of course, i pasted the output below. as i said already earlyer that's not my source, and i am not a c++ developer at all... can me give someon a hint where to look for the error (i suppose in the interfaces.cpp)...<br><br>
g++ -I/usr/local/lib64/R/include -I/usr/local/lib64/R/include  -I/usr/local/include  -I/usr/include/boost -fpic  -g -O2 -c bbc.cpp -o bbc.o<br>g++ -I/usr/local/lib64/R/include -I/usr/local/lib64/R/include  -I/usr/local/include  -I/usr/include/boost -fpic  -g -O2 -c 
cliques.cpp -o cliques.o<br>g++ -I/usr/local/lib64/R/include -I/usr/local/lib64/R/include  -I/usr/local/include  -I/usr/include/boost -fpic  -g -O2 -c hcs.cpp -o hcs.o<br>g++ -I/usr/local/lib64/R/include -I/usr/local/lib64/R/include  -I/usr/local/include  -I/usr/include/boost -fpic  -g -O2 -c 
incrConnComp.cpp -o incrConnComp.o<br>g++ -I/usr/local/lib64/R/include -I/usr/local/lib64/R/include  -I/usr/local/include  -I/usr/include/boost -fpic  -g -O2 -c interfaces.cpp -o interfaces.o<br>/usr/include/boost/graph/depth_first_search.hpp: In function 'void boost::depth_first_search(const VertexListGraph&, const boost::bgl_named_params<P, T, R>&) [with VertexListGraph = std::vector<std::vector<long unsigned int, std::allocator<long unsigned int> >, std::allocator<std::vector<long unsigned int, std::allocator<long unsigned int> > > >, P = boost::topo_sort_visitor<std::back_insert_iterator<std::vector<long unsigned int, std::allocator<long unsigned int> > > >, T = boost::graph_visitor_t, R = boost::bgl_named_params<boost::identity_property_map, boost::vertex_index_t, boost::no_property>]':
<br>/usr/include/boost/graph/topological_sort.hpp:64:   instantiated from 'void boost::topological_sort(VertexListGraph&, OutputIterator, const boost::bgl_named_params<P, T, R>&) [with VertexListGraph = std::vector<std::vector<long unsigned int, std::allocator<long unsigned int> >, std::allocator<std::vector<long unsigned int, std::allocator<long unsigned int> > > >, OutputIterator = std::back_insert_iterator<std::vector<long unsigned int, std::allocator<long unsigned int> > >, P = boost::identity_property_map, T = boost::vertex_index_t, R = boost::no_property]'
<br>/usr/include/boost/graph/transitive_closure.hpp:120:   instantiated from 'void boost::transitive_closure(const Graph&, GraphTC&, G_to_TC_VertexMap, VertexIndexMap) [with Graph = R_adjacency_list<boost::directedS, double>, GraphTC = R_adjacency_list<boost::directedS, double>, G_to_TC_VertexMap = boost::iterator_property_map<BGL_sequential_vertex_coloring::Vertex_Size_Type*, boost::vec_adj_list_vertex_id_map<boost::property<boost::vertex_color_t, boost::default_color_type, boost::no_property>, long unsigned int>, long unsigned int, long unsigned int&>, VertexIndexMap = boost::vec_adj_list_vertex_id_map<boost::property<boost::vertex_color_t, boost::default_color_type, boost::no_property>, long unsigned int>]'
<br>/usr/include/boost/graph/transitive_closure.hpp:263:   instantiated from 'void boost::transitive_closure(const Graph&, GraphTC&) [with Graph = Graph_dd, GraphTC = Graph_dd]'<br>interfaces.cpp:371:   instantiated from here
<br>/usr/include/boost/graph/depth_first_search.hpp:324: error: no matching function for call to 'vertices(const std::vector<std::vector<long unsigned int, std::allocator<long unsigned int> >, std::allocator<std::vector<long unsigned int, std::allocator<long unsigned int> > > >&)'
<br><br><br><div><span class="gmail_quote">On 5/12/06, <b class="gmail_sendername">Chris Jones</b> <<a href="mailto:jonesc@hep.phy.cam.ac.uk">jonesc@hep.phy.cam.ac.uk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Johannes Rainer wrote:<br>> no, i haven't tried that, but now i have ;) thanks to your suggestion,<br>> but it didn't help. i get the same error. it must have to do with the<br>> gcc4.1 compiler (or FC5), because on FC4 with the 
gcc4.0 the same<br>> package compiles. actually i have also tried to compile it with the<br>> g++32 instead of the g++, but this also failed.<br>> any suggestions?<br><br>Be careful. gcc and boost are VERY well debugged projects - As long as
<br>you are using the correct compatible versions, it is MUCH more likely<br>the problem is in your code than in Boost or gcc. Its not impossible you<br>have found a boost/gcc bug - Just very very unlikely.<br><br>Could you post the output you get when you try and compile using the
<br>built in boost libraries/headers (with the gcc line as well).<br><br>Chris<br><br>><br>><br>> On 5/12/06, *Markku Kolkka* <<a href="mailto:markkuk@tuubi.net">markkuk@tuubi.net</a><br>> <mailto:<a href="mailto:markkuk@tuubi.net">
markkuk@tuubi.net</a>>> wrote:<br>><br>>     Johannes Rainer kirjoitti viestissään (lähetysaika perjantai, 12.<br>>     toukokuuta 2006 09:34):<br>>      > g++ -I/usr/local/lib64/R/include -I/usr/local/lib64/R/include
<br>>      > -I/usr/local/include  -IboostIncl  -fpic  -g -O2 -c<br>>      > interfaces.cpp -o interfaces.o<br>>      > boostIncl/boost/graph/depth_first_search.hpp: In function<br>>      > 'void boost::depth_first_search(const VertexListGraph&, const
<br>>      > boost::bgl_named_params<P, T, R>&) [with VertexListGraph =<br>>      > std::vector<std::vector<long unsigned int, std::allocator<long<br>>      > unsigned int><br>>      > ...
<br>><br>>     I get the impression that your package uses its own copy of Boost<br>>     headers instead of the FC5 ones. Have you tried installing<br>>     boost-devel and configuring the software to<br>>     use /usr/include/boost instead of "boostIncl"?
<br>><br>>     --<br>>     Markku Kolkka<br>>     <a href="mailto:markku.kolkka@iki.fi">markku.kolkka@iki.fi</a> <mailto:<a href="mailto:markku.kolkka@iki.fi">markku.kolkka@iki.fi</a>><br>><br>>     --
<br>>     fedora-list mailing list<br>>     <a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a> <mailto:<a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a>><br>>     To unsubscribe: 
<a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>><br>><br>><br>><br>> --<br>> Johannes Rainer, Msc<br>> Tyrolean Cancer Research Institute
<br>> Innrain 66, 6020 Innsbruck, Austria<br>> Tel.: +43 512 570485 15<br>> Email: <a href="mailto:johannes.rainer@tcri.at">johannes.rainer@tcri.at</a> <mailto:<a href="mailto:johannes.rainer@tcri.at">johannes.rainer@tcri.at
</a>><br>>           <a href="mailto:johannes.rainer@tugraz.at">johannes.rainer@tugraz.at</a> <mailto:<a href="mailto:johannes.rainer@tugraz.at">johannes.rainer@tugraz.at</a>><br>><br><br>--<br>fedora-list mailing list
<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote>
</div><br><br clear="all"><br>-- <br>Johannes Rainer, Msc<br>Tyrolean Cancer Research Institute<br>Innrain 66, 6020 Innsbruck, Austria<br>Tel.: +43 512 570485 15<br>Email: <a href="mailto:johannes.rainer@tcri.at">johannes.rainer@tcri.at
</a><br>          <a href="mailto:johannes.rainer@tugraz.at">johannes.rainer@tugraz.at</a>