Jump to content
TrinityCore

Reck

Members
  • Posts

    39
  • Joined

  • Last visited

Recent Profile Visitors

2289 profile views

Reck's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I tried again with Ubuntu 14.04, and it worked
  2. ​ ​apt-get update & apt-get upgrade doesn't go higher than version 1.49 of boost, and I tried installing 1.59 myself , but then I get this: http://pastebin.ca/3189030
  3. I keep getting these errors when trying to compile 6.2.2 on my debian installation: In file included from /usr/include/boost/graph/named_function_params.hpp:17:0, from /usr/include/boost/graph/dijkstra_shortest_paths.hpp:20, from /home/trinitywod/TrinityCore/src/server/game/Entities/Taxi/TaxiPathGraph.cpp:25: /usr/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&)>’: /usr/include/boost/utility/result_of.hpp:193: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>’ /usr/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&)>’ /usr/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&)>’ /usr/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&)>]’ /home/trinitywod/TrinityCore/src/server/game/Entities/Taxi/TaxiPathGraph.cpp:150:56: required from here /usr/include/boost/utility/result_of.hpp:189: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&)>’ compilation terminated due to -Wfatal-errors. make[2]: *** [src/server/game/CMakeFiles/game.dir/Entities/Taxi/TaxiPathGraph.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs....
  4. Yes, I've already tried that, iKran. I decided to give up with ubuntu, so I installed debian, and it works fine now. Thanks for replying though.
  5. Hi. I'm trying to compile TrinityCore on Linux, which is my first time to do it on Linux. When I attempt to cmake before the compiling of the core, I get the rather "famous" Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES) error. I've looked through much of my system, and I have found a ssl folder with a lib folder and include folder, and more folders. I've used -DOPENSSL_LIBRARIES= to point to the libraries folder But it doesn't work I have of course searched on the forums, but none of the already existing threads have helped me. PENSSL_INCLUDE_DIR=/usr/local/ssl -- Detected 64-bit platform -- UNIX: Using jemalloc -- UNIX: Using default configuration directory -- UNIX: Using default library directory -- UNIX: Configuring uninstall target -- UNIX: Created uninstall target -- GCC: SFMT enabled, SSE2 flags forced -- Found ACE library: /usr/local/lib/libACE.so -- Found ACE headers: /usr/local/include CMake Error at /usr/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE): Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES) Call Stack (most recent call first): /usr/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE) cmake/macros/FindOpenSSL.cmake:175 (find_package_handle_standard_args) CMakeLists.txt:53 (find_package) -- Configuring incomplete, errors occurred!I'm on Ubuntu Desktop 12.04 "Precise Pangolin" LTS + x2go (64Bits)
  6. I am aware of that, Paradox. What I meant was that I didn't know what the $ part of m$ meant.
  7. Do you have the visual studio service pack installed? If not, try downloading it. http://www.microsoft.com/en-us/download/details.aspx?id=10986
  8. Yea, I figured that. I just don't get what the $ means.
  9. I don't know what m$ is, however I were missing a service pack. It works now
  10. Apparently a service pack were missing. Works now. Thanks for helping though
  11. Unfortunently that didn't help. I'm still receiveing that error.
  12. I honestly don't see how that would help. I'm not trying to compile the core, I'm trying to gather the build from the source using CMake. Either way, I tried that above and didn't change a thing. This error is gone. However, now this error pops up: Microsoft Resource File To COFF Object Conversion Utility has stopped working.
  13. I have been following the wiki..
  14. Hi. I'm trying to compile a trinitycore (fresh one) but I end up with errors. I have ALL required softwares. LINK : fatal error LNK1181: cannot open input file '......depmysqlliteReleaselibmysql.lib' also this: http://pastebin.com/FRhJHwWa Thanks in advance.
×
×
  • Create New...