-*- mode: compilation; default-directory: "e:/Home/hunold/src/test/graph/" -*- Compilation started at Mon Oct 08 22:51:13 b2 gcc msvc ...patience... ...patience... ...found 1273 targets... ...updating 7 targets... common.mkdir bin\test_graph.test\gcc-mingw-4.6 common.mkdir bin\test_graph.test\gcc-mingw-4.6\debug gcc.compile.c++ bin\test_graph.test\gcc-mingw-4.6\debug\test_graph.o test_graph.cpp: In member function 'void UndirectedGraph::dijkstra(const Evaluator&, const Filter&) const [with Evaluator = LengthEvaluator, Filter = EdgeFilter]': test_graph.cpp:101:5: warning: 'nodeSource' may be used uninitialized in this function [-Wuninitialized] **passed** bin\test_graph.test\gcc-mingw-4.6\debug\test_graph.test common.mkdir bin\test_graph.test\msvc-9.0\debug compile-c-c++ bin\test_graph.test\msvc-9.0\debug\test_graph.obj test_graph.cpp E:\Home\hunold\src\devel\boost\boost/graph/properties.hpp(222) : error C2039: 'type' : is not a member of 'boost::vertex_property_type' with [ G=const boost::filtered_graph>,EdgeFilter> ] E:\Home\hunold\src\devel\boost\boost/graph/properties.hpp(233) : see reference to class template instantiation 'boost::detail::vertex_property_map' being compiled with [ Graph=const boost::filtered_graph>,EdgeFilter>, PropertyTag=boost::vertex_index_t ] E:\Home\hunold\src\devel\boost\boost/graph/named_function_params.hpp(306) : see reference to class template instantiation 'boost::property_map' being compiled with [ Graph=const boost::filtered_graph>,EdgeFilter>, Property=boost::vertex_index_t ] E:\Home\hunold\src\devel\boost\boost/graph/dijkstra_shortest_paths.hpp(480) : see reference to function template instantiation 'boost::vec_adj_list_vertex_id_map boost::choose_const_pmap(const Param &,const Graph &,PropertyTag)' being compiled with [ Property=boost::no_property, Vertex=unsigned int, VertexListGraph=boost::filtered_graph>,EdgeFilter>, Param=boost::param_not_found, Graph=boost::filtered_graph>,EdgeFilter>, PropertyTag=boost::vertex_index_t ] test_graph.cpp(104) : see reference to function template instantiation 'void boost::dijkstra_shortest_paths,Evaluator,boost::edge_weight_t,boost::bgl_named_params>(const VertexListGraph &,unsigned int,const boost::bgl_named_params> &)' being compiled with [ Graph=boost::adjacency_list>, EdgePredicate=EdgeFilter, Evaluator=LengthEvaluator, T=unsigned int *, Tag=boost::vertex_predecessor_t, Base=boost::no_property, VertexListGraph=boost::filtered_graph>,EdgeFilter> ] test_graph.cpp(109) : see reference to function template instantiation 'void UndirectedGraph::dijkstra,EdgeFilter>(const LengthEvaluator &,const EdgeFilter &) const' being compiled with [ Graph=UndirectedGraph ] E:\Home\hunold\src\devel\boost\boost/graph/properties.hpp(223) : error C3203: 'type' : unspecialized class template can't be used as a template argument for template parameter 'Property', expected a real type E:\Home\hunold\src\devel\boost\boost/graph/properties.hpp(223) : error C2955: 'boost::type' : use of class template requires template argument list E:\Home\hunold\src\devel\boost\boost/type.hpp(14) : see declaration of 'boost::type' E:\Home\hunold\src\devel\boost\boost/graph/properties.hpp(224) : error C2955: 'boost::detail::dummy_vertex_property_selector::bind_' : use of class template requires template argument list E:\Home\hunold\src\devel\boost\boost/graph/properties.hpp(173) : see declaration of 'boost::detail::dummy_vertex_property_selector::bind_' call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86 >nul cl /Zm800 -nologo @"bin\test_graph.test\msvc-9.0\debug\test_graph.obj.rsp" ...failed compile-c-c++ bin\test_graph.test\msvc-9.0\debug\test_graph.obj... ...failed updating 1 target... ...skipped 1 target... ...updated 5 targets... Compilation exited abnormally with code 1 at Mon Oct 08 22:51:22