Boost logo

Boost :

From: Garry C. Marshall (wb15_at_[hidden])
Date: 2001-06-12 14:01:04


Hi All,

Hope this isn't too boneheaded / off topic, but I am endeavouring
to make use of the graph library in a small project I have been
tinkering with - at the moment, I've been playing with some of the
examples and most seem to work, until I get to working with
dag_shortest_paths.cpp.

At present, I'm using MSVC++ 6 SP5 with STLPort 4 and boost 1.22.0.

The output from config_test.cpp seems

The first error I get follows (apologies for the long lines),
any and all help / suggestions gratefully accepted.

Regards,

Garry.

e:\libs\boost_1_22_0\boost\pending\property.hpp(45) : error C2039: 'num' : is not a member of '`global namespace''
        e:\libs\boost_1_22_0\boost\pending\detail\property.hpp(14) : see reference to class template instantiation
'boost::property_num<int>' being compiled
        e:\libs\boost_1_22_0\boost\pending\detail\property.hpp(147) : see reference to class template instantiation
'boost::detail::same_property<enum boost::vertex_color_t,int>' being compiled
        e:\libs\boost_1_22_0\boost\pending\detail\property.hpp(151) : see reference to class template instantiation
'boost::detail::recursive_extract::bind<struct _STL::pair<struct _STL::pair<int,int>,struct boost::no_property>,enum
boost::vertex_co
lor_t>' being compiled
        e:\libs\boost_1_22_0\boost\pending\property.hpp(74) : see reference to class template instantiation
'boost::detail::recursive_extract::bind<struct _STL::pair<struct _STL::pair<enum boost::graph_visitor_t,struct
boost::topo_sort_visitor<class
 _STL::back_insert_iterator<class _STL::vector<unsigned int,class _STL::allocator<unsigned int> > > > >,struct _STL::pair<struct
_STL::pair<int,int>,struct boost::no_property> >,enum boost::vertex_color_t>' being compiled
        e:\libs\boost_1_22_0\boost\graph\depth_first_search.hpp(159) : see reference to class template instantiation
'boost::property_value<struct boost::bgl_named_params<struct boost::topo_sort_visitor<class _STL::back_insert_iterator<class _STL::v
ector<unsigned int,class _STL::allocator<unsigned int> > > >,enum boost::graph_visitor_t,struct
boost::bgl_named_params<int,int,struct boost::no_property> >,enum boost::vertex_color_t>' being compiled
        e:\libs\boost_1_22_0\boost\graph\topological_sort.hpp(75) : see reference to function template instantiation 'void __cdecl
boost::depth_first_search(const class boost::adjacency_list<struct boost::vecS,struct boost::vecS,struct boost::direct
edS,struct boost::property<enum boost::vertex_distance_t,int,struct boost::no_property>,struct boost::property<enum
boost::edge_weight_t,int,struct boost::no_property>,struct boost::no_property> &,const struct boost::bgl_named_params<struct
boost::t
opo_sort_visitor<class _STL::back_insert_iterator<class _STL::vector<unsigned int,class _STL::allocator<unsigned int> > > >,enum
boost::graph_visitor_t,struct boost::bgl_named_params<int,int,struct boost::no_property> > &)' being compiled


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk