Hi,
I downloaded boost_1_35_0 and tried to compile graphviz.cpp using the
new spirit parser. Any suggestions?
Here is the error I got:
g++-4.1.2 -I../../../ -fpermissive -ftemplate-depth-128
-DBOOST_GRAPH_READ_GRAPHVIZ_ITERATORS graphviz.cpp
/tmp/ccfGYuqq.o: In function `bool
boost::read_graphviz
, boost::no_property>, boost::property, boost::no_property, boost::listS>
(std::basic_istream&,
boost::adjacency_list, boost::no_property>,
boost::property,
boost::no_property, boost::listS>&, boost::dynamic_properties&,
std::basic_string
const&)':
graphviz.cpp:(.text._ZN5boost13read_graphvizINS_14adjacency_listINS_4vecSES2_NS_11undirectedSENS_8propertyINS_13vertex_name_tESsNS_11no_propertyEEENS4_INS_13edge_weight_tEdS6_EES6_NS_5listSEEEEEbRSiRT_RNS_18dynamic_propertiesERKSs[bool
boost::read_graphviz, boost::property, boost::no_property, boost::listS>
(std::basic_istream&,
boost::adjacency_list, boost::no_property>,
boost::property,
boost::no_property, boost::listS>&, boost::dynamic_properties&,
std::basic_string
const&)]+0x52): undefined reference to
`boost::detail::graph::read_graphviz(std::basic_istream&, boost::detail::graph::mutate_graph&)'
collect2: ld returned 1 exit status
--
Regards
Rajesh