Hi I am trying to compile some C++ code on linux RH6.2 , using GCC 2.95.2 The code invlolves some STL functions and includes stl header files like map, vector and iterator. During compilation, i get the following error... /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/../../../../include/g++-3/stl_tree.h:193: candidates are: bool operator !=(const _Rb_tree_base_iterator &, const _Rb_tree_base_iterator &) and from the source file,. the compiler generates this.. no match for `_Rb_tree_iterator<pair<const long unsigned int,map<basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> >,tagSymbolData,less<basic_s tring<char,string_char_traits<char>,__default_alloc_template<true,0> > >,allocator<tagSymbolData> > >,pair<const long unsigned int,map<basic_string<char,string_char_traits<char>,__default_ alloc_template<true,0> >,tagSymbolData,less<basic_string<char,string_char_traits<char>,__defau lt_alloc_template<true,0> > >,allocator<tagSymbolData> > > &,pair<const long unsigned int,map< basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> >,tagSymbolData,less<basic_string<char,string_char_traits<char>,__default_alloc_template<true,0> > >,allocator<tagSymbolData> > > *> & != int' Can someone please tell me how to get rid of this? Earlier i was compiling with an older version of GCC so i upgraded to the latest one but i am still getting these errors. Any help will be welcome. Thanks Rip __________________________________________________ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ ------------------------------------------------ An alpha version of a web based tool to manage your subscription with this mailing list is at http://lists.linux-india.org/cgi-bin/mj_wwwusr
