Advertisement
Guest User

Untitled

a guest
Jan 6th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. [ 20%] Building CXX object src/server/game/CMakeFiles/game.dir/Entities/Taxi/TaxiPathGraph.cpp.o
  2. In file included from /usr/local/include/boost/graph/named_function_params.hpp:17:0,
  3. from /usr/local/include/boost/graph/dijkstra_shortest_paths.hpp:20,
  4. from /home/zippo/trinitycore3/src/server/game/Entities/Taxi/TaxiPathGraph.cpp:25:
  5. /usr/local/include/boost/utility/result_of.hpp: In instantiation of ‘struct boost::detail::result_of_nested_result<const TaxiPathGraph::GetCompleteNodeRoute(const TaxiNodesEntry*, const TaxiNodesEntry*, const Player*, std::vector<unsigned int>&)::<lambda(const TaxiPathGraph::EdgeCost&)>, const TaxiPathGraph::GetCompleteNodeRoute(const TaxiNodesEntry*, const TaxiNodesEntry*, const Player*, std::vector<unsigned int>&)::<lambda(const TaxiPathGraph::EdgeCost&)>(TaxiPathGraph::EdgeCost&)>’:
  6. /usr/local/include/boost/utility/result_of.hpp:190:8: required from ‘struct boost::detail::tr1_result_of_impl<const TaxiPathGraph::GetCompleteNodeRoute(const TaxiNodesEntry*, const TaxiNodesEntry*, const Player*, std::vector<unsigned int>&)::<lambda(const TaxiPathGraph::EdgeCost&)>, const TaxiPathGraph::GetCompleteNodeRoute(const TaxiNodesEntry*, const TaxiNodesEntry*, const Player*, std::vector<unsigned int>&)::<lambda(const TaxiPathGraph::EdgeCost&)>(TaxiPathGraph::EdgeCost&), false>’
  7. /usr/local/include/boost/utility/detail/result_of_iterate.hpp:27:8: required from ‘struct boost::tr1_result_of<const TaxiPathGraph::GetCompleteNodeRoute(const TaxiNodesEntry*, const TaxiNodesEntry*, const Player*, std::vector<unsigned int>&)::<lambda(const TaxiPathGraph::EdgeCost&)>(TaxiPathGraph::EdgeCost&)>’
  8. /usr/local/include/boost/utility/detail/result_of_iterate.hpp:159:8: required from ‘struct boost::result_of<const TaxiPathGraph::GetCompleteNodeRoute(const TaxiNodesEntry*, const TaxiNodesEntry*, const Player*, std::vector<unsigned int>&)::<lambda(const TaxiPathGraph::EdgeCost&)>(TaxiPathGraph::EdgeCost&)>’
  9. /usr/local/include/boost/property_map/transform_value_property_map.hpp:55:1: required by substitution of ‘template<class PM, class Func> boost::transform_value_property_map<Func, PM> boost::make_transform_value_property_map(const Func&, const PM&) [with PM = boost::adj_list_edge_property_map<boost::directed_tag, TaxiPathGraph::EdgeCost, TaxiPathGraph::EdgeCost&, long unsigned int, boost::property<boost::edge_weight_t, TaxiPathGraph::EdgeCost>, boost::edge_weight_t>; Func = TaxiPathGraph::GetCompleteNodeRoute(const TaxiNodesEntry*, const TaxiNodesEntry*, const Player*, std::vector<unsigned int>&)::<lambda(const TaxiPathGraph::EdgeCost&)>]’
  10. /home/zippo/trinitycore3/src/server/game/Entities/Taxi/TaxiPathGraph.cpp:150:56: required from here
  11. /usr/local/include/boost/utility/result_of.hpp:186:8: error: no class template named ‘result’ in ‘const struct TaxiPathGraph::GetCompleteNodeRoute(const TaxiNodesEntry*, const TaxiNodesEntry*, const Player*, std::vector<unsigned int>&)::<lambda(const struct TaxiPathGraph::EdgeCost&)>’
  12. compilation terminated due to -Wfatal-errors.
  13. make[2]: *** [src/server/game/CMakeFiles/game.dir/Entities/Taxi/TaxiPathGraph.cpp.o] Error 1
  14. make[1]: *** [src/server/game/CMakeFiles/game.dir/all] Error 2
  15. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement