Jump to content
TrinityCore

Reck

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Reck

  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.
  15. I tried to build the source with CMake
  16. I just reinstalled the computer and installed a 32-bit OS. And it still doesn't work :/ The C compiler identification is MSVC 16.0.30319.1 The CXX compiler identification is MSVC 16.0.30319.1 Check for working C compiler using: Visual Studio 10 Check for working C compiler using: Visual Studio 10 -- broken CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message): The C compiler "C:/Program Files/Microsoft Visual Studio 10.0/VC/bin/cl.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: C:/build/CMakeFiles/CMakeTmp Run Build Command:C:WindowsMicrosoft.NETFrameworkv4.0.30319MSBuild.exe cmTryCompileExec935864489.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0 Microsoft ® Build Engine version 4.0.30319.17929 [Microsoft .NET Framework, version 4.0.30319.17929] Copyright © Microsoft Corporation. All rights reserved. Build started 2/23/2013 3:49:47 PM. Project "C:buildCMakeFilesCMakeTmpcmTryCompileExec935864489.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "cmTryCompileExec935864489.dirDebug". Creating directory "C:buildCMakeFilesCMakeTmpDebug". InitializeBuildStatus: Creating "cmTryCompileExec935864489.dirDebugcmTryCompileExec935864489.unsuccessfulbuild" because "AlwaysCreate" was specified. ClCompile: C:Program FilesMicrosoft Visual Studio 10.0VCbinCL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec935864489.dirDebug" /Fd"C:/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec935864489.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000 Microsoft ® 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86 Copyright © Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec935864489.dirDebug" /Fd"C:/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec935864489.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000 testCCompiler.c ManifestResourceCompile: C:Program FilesMicrosoft SDKsWindowsv7.0Abinrc.exe /nologo /fo"cmTryCompileExec935864489.dirDebugcmTryCompileExec935864489.exe.embed.manifest.res" cmTryCompileExec935864489.dirDebugcmTryCompileExec935864489_manifest.rc Link: C:Program FilesMicrosoft Visual Studio 10.0VCbinlink.exe /ERRORREPORT:QUEUE /OUT:"C:buildCMakeFilesCMakeTmpDebugcmTryCompileExec935864489.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /ManifestFile:"cmTryCompileExec935864489.dirDebugcmTryCompileExec935864489.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec935864489.pdb" /SUBSYSTEM:CONSOLE /STACK:"10000000" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec935864489.lib" /MACHINE:X86 cmTryCompileExec935864489.dirDebugcmTryCompileExec935864489.exe.embed.manifest.res cmTryCompileExec935864489.dirDebugtestCCompiler.obj /machine:X86 /debug LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:buildCMakeFilesCMakeTmpcmTryCompileExec935864489.vcxproj] Done Building Project "C:buildCMakeFilesCMakeTmpcmTryCompileExec935864489.vcxproj" (default targets) -- FAILED. Build FAILED. "C:buildCMakeFilesCMakeTmpcmTryCompileExec935864489.vcxproj" (default target) (1) -> (Link target) -> LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:buildCMakeFilesCMakeTmpcmTryCompileExec935864489.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:07.96 CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:12 (project) Configuring incomplete, errors occurred!
  17. So I have to buy the 64-bit version? :-/
  18. Hi. I'm trying to compile a fresh core, but when I get to the CMake part it goes wrong. This is the error I'm getting: The C compiler identification is MSVC 16.0.30319.1 The CXX compiler identification is MSVC 16.0.30319.1 Check for working C compiler using: Visual Studio 10 Check for working C compiler using: Visual Studio 10 -- broken CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message): The C compiler "C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/cl.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: C:/build/CMakeFiles/CMakeTmp Run Build Command:C:WindowsMicrosoft.NETFrameworkv4.0.30319MSBuild.exe cmTryCompileExec2342221465.vcxproj /p:Configuration=Debug /p:VisualStudioVersion=10.0 Microsoft ® Build Engine version 4.0.30319.17929 [Microsoft .NET Framework, version 4.0.30319.17929] Copyright © Microsoft Corporation. All rights reserved. Build started 2/23/2013 10:13:01 AM. Project "C:buildCMakeFilesCMakeTmpcmTryCompileExec2342221465.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "cmTryCompileExec2342221465.dirDebug". Creating directory "C:buildCMakeFilesCMakeTmpDebug". InitializeBuildStatus: Creating "cmTryCompileExec2342221465.dirDebugcmTryCompileExec2342221465.unsuccessfulbuild" because "AlwaysCreate" was specified. ClCompile: C:Program Files (x86)Microsoft Visual Studio 10.0VCbinCL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2342221465.dirDebug" /Fd"C:/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2342221465.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000 Microsoft ® 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86 Copyright © Microsoft Corporation. All rights reserved. cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR="Debug"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2342221465.dirDebug" /Fd"C:/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2342221465.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c /Zm1000 testCCompiler.c ManifestResourceCompile: C:Program Files (x86)Microsoft SDKsWindowsv7.0Abinrc.exe /nologo /fo"cmTryCompileExec2342221465.dirDebugcmTryCompileExec2342221465.exe.embed.manifest.res" cmTryCompileExec2342221465.dirDebugcmTryCompileExec2342221465_manifest.rc Link: C:Program Files (x86)Microsoft Visual Studio 10.0VCbinlink.exe /ERRORREPORT:QUEUE /OUT:"C:buildCMakeFilesCMakeTmpDebugcmTryCompileExec2342221465.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /ManifestFile:"cmTryCompileExec2342221465.dirDebugcmTryCompileExec2342221465.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2342221465.pdb" /SUBSYSTEM:CONSOLE /STACK:"10000000" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2342221465.lib" /MACHINE:X86 cmTryCompileExec2342221465.dirDebugcmTryCompileExec2342221465.exe.embed.manifest.res cmTryCompileExec2342221465.dirDebugtestCCompiler.obj /machine:X86 /debug LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:buildCMakeFilesCMakeTmpcmTryCompileExec2342221465.vcxproj] Done Building Project "C:buildCMakeFilesCMakeTmpcmTryCompileExec2342221465.vcxproj" (default targets) -- FAILED. Build FAILED. "C:buildCMakeFilesCMakeTmpcmTryCompileExec2342221465.vcxproj" (default target) (1) -> (Link target) -> LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:buildCMakeFilesCMakeTmpcmTryCompileExec2342221465.vcxproj] 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00.81 CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:12 (project) I've followed this guide http://collab.kpsn.org/display/tc/How-to_Win, and I've tried both with visual c++ 2008 & 2010. (Express versions, my OS is 64-bit, but I'm compiling it as 32-bit, and I'm not sure if that really matters in this case.)
×
×
  • Create New...