hi,<br>well the error is the following:<br><br>g++ -I/usr/local/lib64/R/include -I/usr/local/lib64/R/include  -I/usr/local/include  -IboostIncl  -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  -IboostIncl  -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  -IboostIncl  -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  -IboostIncl  -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  -IboostIncl  -fpic  -g -O2 -c interfaces.cpp -o interfaces.o<br>boostIncl/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>boostIncl/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>boostIncl/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>boostIncl/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>boostIncl/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>unfortunately it is not my code, so i have no clue how to fix the problem if it is a bug in the source code. it's just interesting that it compiles fine with gcc3.2, gcc4.0 but not with gcc4.1 ...<br><br><br><div>
<span class="gmail_quote">On 5/12/06, <b class="gmail_sendername">Andy Green</b> <<a href="mailto:andy@warmcat.com">andy@warmcat.com</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>> hi,<br>><br>> i got strange errors on my fc5 x86_64. i have a package that i was able<br>> to compile without errors on fc4 with the gcc4.0 compiler, but now on<br>> the fc5 system i can't compile it anymore with the 
gcc4.1. is there a<br>> way to get the gcc4.0 for fc5? because i believe it has to do something<br>> with the compiler, not the code...<br><br>Compilers are always getting better at spotting errors, this is<br>definitely a feature and not a problem with the compiler: the solution
<br>is to fix your code and not go back to a less picky compiler if that is<br>the case.  Please paste the actual errors and the mentioned lines from<br>the source.<br><br>-Andy<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><br><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>