| 1 | <html>
|
|---|
| 2 | <head>
|
|---|
| 3 | <META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16">
|
|---|
| 4 | </head>
|
|---|
| 5 | <body>
|
|---|
| 6 | <pre>
|
|---|
| 7 | <table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>
|
|---|
| 8 | Build Log
|
|---|
| 9 | </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5> </td><td width=0 bgcolor=#FFFFFF> </td><td width=*><pre>
|
|---|
| 10 | <h3>Build started: Project: component, Configuration: Debug|Win32</h3>
|
|---|
| 11 | </pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
|
|---|
| 12 | Command Lines
|
|---|
| 13 | </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5> </td><td width=0 bgcolor=#FFFFFF> </td><td width=*><pre>Creating temporary file "c:\Users\bravo\Documents\Visual Studio 2008\Projects\component\component\Debug\RSP00017438043944.rsp" with contents
|
|---|
| 14 | [
|
|---|
| 15 | /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\main.cpp"
|
|---|
| 16 |
|
|---|
| 17 | ".\astar.cpp"
|
|---|
| 18 | ]
|
|---|
| 19 | Creating command line "cl.exe @"c:\Users\bravo\Documents\Visual Studio 2008\Projects\component\component\Debug\RSP00017438043944.rsp" /nologo /errorReport:prompt"
|
|---|
| 20 | </pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
|
|---|
| 21 | Output Window
|
|---|
| 22 | </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5> </td><td width=0 bgcolor=#FFFFFF> </td><td width=*><pre>Compiling...
|
|---|
| 23 | astar.cpp
|
|---|
| 24 | c:\libs\boost_1_44_0\boost\graph\named_function_params.hpp(386) : warning C4181: qualifier applied to reference type; ignored
|
|---|
| 25 | c:\libs\boost_1_44_0\boost\graph\named_function_params.hpp(403) : see reference to class template instantiation 'boost::detail::override_const_property_t<ArgType,Prop,Graph,Exists>' being compiled
|
|---|
| 26 | with
|
|---|
| 27 | [
|
|---|
| 28 | ArgType=const function_property_map<EdgeWeight,Edge>,
|
|---|
| 29 | Prop=boost::edge_weight_t,
|
|---|
| 30 | Graph=Graph,
|
|---|
| 31 | Exists=true
|
|---|
| 32 | ]
|
|---|
| 33 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(321) : see reference to class template instantiation 'boost::detail::override_const_property_result<ArgPack,Tag,Prop,Graph>' being compiled
|
|---|
| 34 | with
|
|---|
| 35 | [
|
|---|
| 36 | ArgPack=arg_pack_type,
|
|---|
| 37 | Tag=boost::graph::keywords::tag::weight_map,
|
|---|
| 38 | Prop=boost::edge_weight_t,
|
|---|
| 39 | Graph=Graph
|
|---|
| 40 | ]
|
|---|
| 41 | c:\users\bravo\documents\visual studio 2008\projects\component\component\astar.cpp(138) : see reference to function template instantiation 'void boost::astar_search<Graph,GoalDistanceHeuristic,function_property_map<Functor,Arg>,boost::edge_weight_t,boost::bgl_named_params<T,Tag,Base>>(const VertexListGraph &,unsigned int,AStarHeuristic,const boost::bgl_named_params<function_property_map<Functor,Arg>,boost::edge_weight_t,boost::bgl_named_params<T,Tag,Base>> &)' being compiled
|
|---|
| 42 | with
|
|---|
| 43 | [
|
|---|
| 44 | Functor=EdgeWeight,
|
|---|
| 45 | Arg=Edge,
|
|---|
| 46 | T=int *,
|
|---|
| 47 | Tag=boost::vertex_distance_t,
|
|---|
| 48 | Base=boost::bgl_named_params<unsigned int *,boost::vertex_predecessor_t,boost::bgl_named_params<AStarVisitor,boost::graph_visitor_t,boost::no_property>>,
|
|---|
| 49 | VertexListGraph=Graph,
|
|---|
| 50 | AStarHeuristic=GoalDistanceHeuristic
|
|---|
| 51 | ]
|
|---|
| 52 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(323) : error C2039: 'value_type' : is not a member of 'boost::property_traits<PA>'
|
|---|
| 53 | with
|
|---|
| 54 | [
|
|---|
| 55 | PA=weight_map_type
|
|---|
| 56 | ]
|
|---|
| 57 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(323) : error C2146: syntax error : missing ';' before identifier 'W'
|
|---|
| 58 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(323) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
|
|---|
| 59 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(323) : error C2065: 'W' : undeclared identifier
|
|---|
| 60 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(325) : error C2065: 'W' : undeclared identifier
|
|---|
| 61 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(325) : error C2955: 'boost::detail::map_maker' : use of class template requires template argument list
|
|---|
| 62 | c:\libs\boost_1_44_0\boost\graph\named_function_params.hpp(494) : see declaration of 'boost::detail::map_maker'
|
|---|
| 63 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(327) : error C2146: syntax error : missing ';' before identifier 'D'
|
|---|
| 64 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(327) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
|
|---|
| 65 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(327) : error C2371: 'value_type' : redefinition; different basic types
|
|---|
| 66 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(327) : error C2065: 'D' : undeclared identifier
|
|---|
| 67 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(333) : error C2065: 'D' : undeclared identifier
|
|---|
| 68 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(333) : error C2955: 'boost::detail::make_property_map_from_arg_pack_gen' : use of class template requires template argument list
|
|---|
| 69 | c:\libs\boost_1_44_0\boost\graph\named_function_params.hpp(515) : see declaration of 'boost::detail::make_property_map_from_arg_pack_gen'
|
|---|
| 70 | c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(333) : fatal error C1903: unable to recover from previous error(s); stopping compilation
|
|---|
| 71 | main.cpp
|
|---|
| 72 | c:\users\bravo\documents\visual studio 2008\projects\component\component\resource_ptr.h(69) : error C2976: 'resource_repository' : too few template arguments
|
|---|
| 73 | c:\users\bravo\documents\visual studio 2008\projects\component\component\resource_ptr.h(10) : see declaration of 'resource_repository'
|
|---|
| 74 | c:\users\bravo\documents\visual studio 2008\projects\component\component\resource_ptr.h(136) : see reference to class template instantiation 'resource_ptr<T>' being compiled
|
|---|
| 75 | c:\users\bravo\documents\visual studio 2008\projects\component\component\resource_ptr.h(135) : error C2976: 'resource_repository' : too few template arguments
|
|---|
| 76 | c:\users\bravo\documents\visual studio 2008\projects\component\component\resource_ptr.h(10) : see declaration of 'resource_repository'
|
|---|
| 77 | Generating Code...
|
|---|
| 78 | </pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>
|
|---|
| 79 | Results
|
|---|
| 80 | </font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5> </td><td width=0 bgcolor=#FFFFFF> </td><td width=*><pre>Build Time 0:14
|
|---|
| 81 | Build log was saved at "file://c:\Users\bravo\Documents\Visual Studio 2008\Projects\component\component\Debug\BuildLog.htm"
|
|---|
| 82 | component - 15 error(s), 1 warning(s)
|
|---|
| 83 | </pre></table><table width=100% height=20 bgcolor=#CFCFE5><tr><td><font face=arial size=+2>
|
|---|
| 84 | </font></table></body></html>
|
|---|