|
From: Sean P. <sp...@ad...> - 2005-05-17 04:44:38
|
These are all STL functions - not sure why they would be missing Rb_tree would be coming from a use of map or multimap (probably the multimap index for xstrings) - list_node would either be std::list or map/multimap. And of course, char_traits would be coming in for basic_string<>. I can't see how you would be missing these - Sean On May 16, 2005, at 5:16 PM, David Catmull wrote: > I've tried rebuilding all the libraries, but I can't figure out how to > make these link errors go away. Here's the current list of errors: > > __ZNSt11char_traitsIhE11eq_int_typeERKmS2_ > __ZNSt11char_traitsIhE11to_int_typeERKh > __ZNSt11char_traitsIhE12to_char_typeERKm > __ZNSt11char_traitsIhE2eqERKhS2_ > __ZNSt11char_traitsIhE3eofEv > __ZNSt11char_traitsIhE4copyEPhPKhm > __ZNSt11char_traitsIhE6assignERhRKh > __ZNSt11char_traitsIhE7not_eofERKm > __ZNSt15_List_node_base4hookEPS_ > __ZNSt15_List_node_base6unhookEv > __ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base > __ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base > __ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_ > __ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_ > __ZNSt15_List_node_base4swapERS_S0_ > __ZNSt15_List_node_base7reverseEv > __ZNSt15_List_node_base8transferEPS_S0_ > > -- > David Catmull > unc...@un... > http://www.uncommonplace.com/ > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click > _______________________________________________ > Adobe-source-devel mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-devel |