Build Log
  

Build started: Project: component, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Users\bravo\Documents\Visual Studio 2008\Projects\component\component\Debug\RSP00017438043944.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /ZI /TP ".\main.cpp"

".\astar.cpp"
]
Creating command line "cl.exe @"c:\Users\bravo\Documents\Visual Studio 2008\Projects\component\component\Debug\RSP00017438043944.rsp" /nologo /errorReport:prompt"
Output Window
  
Compiling...
astar.cpp
c:\libs\boost_1_44_0\boost\graph\named_function_params.hpp(386) : warning C4181: qualifier applied to reference type; ignored
        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' being compiled
        with
        [
            ArgType=const function_property_map,
            Prop=boost::edge_weight_t,
            Graph=Graph,
            Exists=true
        ]
        c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(321) : see reference to class template instantiation 'boost::detail::override_const_property_result' being compiled
        with
        [
            ArgPack=arg_pack_type,
            Tag=boost::graph::keywords::tag::weight_map,
            Prop=boost::edge_weight_t,
            Graph=Graph
        ]
        c:\users\bravo\documents\visual studio 2008\projects\component\component\astar.cpp(138) : see reference to function template instantiation 'void boost::astar_search,boost::edge_weight_t,boost::bgl_named_params>(const VertexListGraph &,unsigned int,AStarHeuristic,const boost::bgl_named_params,boost::edge_weight_t,boost::bgl_named_params> &)' being compiled
        with
        [
            Functor=EdgeWeight,
            Arg=Edge,
            T=int *,
            Tag=boost::vertex_distance_t,
            Base=boost::bgl_named_params>,
            VertexListGraph=Graph,
            AStarHeuristic=GoalDistanceHeuristic
        ]
c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(323) : error C2039: 'value_type' : is not a member of 'boost::property_traits'
        with
        [
            PA=weight_map_type
        ]
c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(323) : error C2146: syntax error : missing ';' before identifier 'W'
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
c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(323) : error C2065: 'W' : undeclared identifier
c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(325) : error C2065: 'W' : undeclared identifier
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
        c:\libs\boost_1_44_0\boost\graph\named_function_params.hpp(494) : see declaration of 'boost::detail::map_maker'
c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(327) : error C2146: syntax error : missing ';' before identifier 'D'
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
c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(327) : error C2371: 'value_type' : redefinition; different basic types
c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(327) : error C2065: 'D' : undeclared identifier
c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(333) : error C2065: 'D' : undeclared identifier
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
        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'
c:\libs\boost_1_44_0\boost\graph\astar_search.hpp(333) : fatal error C1903: unable to recover from previous error(s); stopping compilation
main.cpp
c:\users\bravo\documents\visual studio 2008\projects\component\component\resource_ptr.h(69) : error C2976: 'resource_repository' : too few template arguments
        c:\users\bravo\documents\visual studio 2008\projects\component\component\resource_ptr.h(10) : see declaration of 'resource_repository'
        c:\users\bravo\documents\visual studio 2008\projects\component\component\resource_ptr.h(136) : see reference to class template instantiation 'resource_ptr' being compiled
c:\users\bravo\documents\visual studio 2008\projects\component\component\resource_ptr.h(135) : error C2976: 'resource_repository' : too few template arguments
        c:\users\bravo\documents\visual studio 2008\projects\component\component\resource_ptr.h(10) : see declaration of 'resource_repository'
Generating Code...
Results
  
Build Time 0:14
Build log was saved at "file://c:\Users\bravo\Documents\Visual Studio 2008\Projects\component\component\Debug\BuildLog.htm"
component - 15 error(s), 1 warning(s)