Boost logo

Boost Users :

From: Raindog (raindog_at_[hidden])
Date: 2008-08-26 03:35:21


I just ran into this problem using the graphml read feature and found
that it is also failing in some tests:

*http://tinyurl.com/5dyw4n

The error is:
error LNK2019: unresolved external symbol "void __cdecl
boost::read_graphml(class std::basic_istream<char,struct
std::char_traits<char> > &,class boost::mutate_graph &)"
(?read_graphml_at_boost@@YAXAAV?$basic_istream_at_DU?$char_traits_at_D@std@@@std@@AAVmutate_graph_at_1@@Z)
referenced in function "void __cdecl boost::read_graphml<class
boost::adjacency_list<struct boost::vecS,struct boost::vecS,struct
boost::directedS,struct boost::property<enum
boost::vertex_index1_t,class Ogre::Vector3,struct
boost::no_property>,struct boost::no_property,struct
boost::no_property,struct boost::listS> >(class
std::basic_istream<char,struct std::char_traits<char> > &,class
boost::adjacency_list<struct boost::vecS,struct boost::vecS,struct
boost::directedS,struct boost::property<enum
boost::vertex_index1_t,class Ogre::Vector3,struct
boost::no_property>,struct boost::no_property,struct
boost::no_property,struct boost::listS> &,struct
boost::dynamic_properties &)"
(??$read_graphml_at_V?$adjacency_list_at_UvecS@boost@@U12_at_UdirectedS@2_at_U?$property_at_W4vertex_index1_t_at_boost@@VVector3_at_Ogre@@Uno_property_at_2@@2_at_Uno_property_at_2@U52_at_UlistS@2@@boost@@@boost@@YAXAAV?$basic_istream_at_DU?$char_traits_at_D@std@@@std@@AAV?$adjacency_list_at_UvecS@boost@@U12_at_UdirectedS@2_at_U?$property_at_W4vertex_index1_t_at_boost@@VVector3_at_Ogre@@Uno_property_at_2@@2_at_Uno_property_at_2@U52_at_UlistS@2@@0_at_AAUdynamic_properties_at_0@@Z)

Any ideas? it seems that write_graphml does not result in linker errors.

*


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net