Nay Posted January 27, 2016 Report Share Posted January 27, 2016 @Brlott1: What full DB file are you importing to the DB? @Callmephil: You can change the Zm value for MSVC in https://github.com/TrinityCore/TrinityCore/blob/3.3.5/cmake/compiler/msvc/settings.cmake#L81 but I doubt it will make any difference. Link to comment Share on other sites More sharing options...
Brlott1 Posted January 28, 2016 Report Share Posted January 28, 2016 @Nay I downloaded the db from the trinitycore site that houses the 3.3.5_60 (or whatever the current one is). Link to comment Share on other sites More sharing options...
ZPS Posted January 30, 2016 Report Share Posted January 30, 2016 (edited) I can't compile latest branch 3.3.5 on FreeBSD 10.2. Got an error Quote In file included from /home/leader/source/wotlk/dep/process/boost/process/posix/initializers.hpp:24: /home/leader/source/wotlk/dep/process/boost/process/posix/initializers/inherit_env.hpp:30:17: error: use of undeclared identifier 'environ' e.env = environ; ^ 1 error generated. *** Error code 1 Boost version - 1.55 (installed from ports) Could, please, someone, help me? Edited January 30, 2016 by ZPS Link to comment Share on other sites More sharing options...
Basto Posted January 31, 2016 Report Share Posted January 31, 2016 Greetings. I have the same problem after updating Linux. I recompiled the server but he always say: ____ .../src/server/database/Database/DatabaseWorkerPool.h:71 in DatabaseWorkerPool FATAL ERROR: Used MySQL library version (5.5.47) does not match the version used to compile TrinityCore (5.5.46). Speicherzugriffsfehler ____ I have looking at the mysql status, and yeah he use 5.5.47. But wich way i have to downgrade it again or say trinity at compiling, that he also can use this version? Sorry i am not a Linuxbro.. And sorry for necromance this thread =) Greets Link to comment Share on other sites More sharing options...
Inten Posted February 1, 2016 Report Share Posted February 1, 2016 (edited) I use Debian 8.3 stable (Jessie) (stable) (64bits) Core™ i5-2300 4Cores 2,8GHZ and 16GB Gcc Verison 4.9.2-10 SSE2 capable processor -> fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid Cmake Command and Log -> Pastebin If you are need more Information, /w me Edit: and now the compile error -> Pastebin Edited February 1, 2016 by Inten Link to comment Share on other sites More sharing options...
Rochet2 Posted February 1, 2016 Report Share Posted February 1, 2016 So .. what do you need help with? Looks to me like cmake went through fine. Link to comment Share on other sites More sharing options...
Inten Posted February 1, 2016 Report Share Posted February 1, 2016 oh sry, i forgett the error message... I Edit it :) Link to comment Share on other sites More sharing options...
Aokromes Posted February 1, 2016 Report Share Posted February 1, 2016 no enough ram/swap/selinux based kernel you have the answer on readme 1st thread. Link to comment Share on other sites More sharing options...
Inten Posted February 1, 2016 Report Share Posted February 1, 2016 (edited) I have 16GB Ram, 2x1TB. The Dedicated Server has been relaunched. Does anyone possibly propose a solution? Edited February 2, 2016 by Inten Link to comment Share on other sites More sharing options...
Inten Posted February 2, 2016 Report Share Posted February 2, 2016 Now again Compile Here the Log -> Pastebin and here only the Error c++: internal compiler error: Segmentation fault (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions. src/common/CMakeFiles/common.dir/build.make:54: recipe for target 'src/common/CMakeFiles/common.dir/Common.cpp.o' failed make[2]: *** [src/common/CMakeFiles/common.dir/Common.cpp.o] Error 4 CMakeFiles/Makefile2:526: recipe for target 'src/common/CMakeFiles/common.dir/all' failed make[1]: *** [src/common/CMakeFiles/common.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Link to comment Share on other sites More sharing options...
Aokromes Posted February 2, 2016 Report Share Posted February 2, 2016 You must follow the information i have pointed you. Link to comment Share on other sites More sharing options...
Inten Posted February 2, 2016 Report Share Posted February 2, 2016 I can not do anything with it. Because I think the server has enough power . Ram = 16GB for swap ( when the RAM is full stores Linux on the hard drive ) würdem nearly enough 2TB .For this purpose, it is a dedicated server as a Quad Core i5 with 2.8 GHz . In my eyes, it all fits and if I'm honest is her answer not very helpful because they do not in my exzessiver Solution provides help and much too general . Please be a little more concrete UBD say clearly the most and so you effect that, and that . Link to comment Share on other sites More sharing options...
benmich Posted February 6, 2016 Report Share Posted February 6, 2016 (edited) OS : Windows 10 x64 Visual Studio 2013 with update 5 MySQL 5.7.10 Boost 1.59 ,openssl 1.0.2,cmake 3.4.3 Fresh Trinitycore. full output : http://pastebin.com/yMafKwU1 error list : Error 1 error C1001: An internal error has occurred in the compiler. C:\TrinityCore\src\server\game\Server\WorldSocket.cpp 215 1 game Error 2 error C1060: compiler is out of heap space F:\build3\src\server\game\c1xx game Error 3 error D8040: error creating or communicating with child process F:\build3\src\server\game\cl game Error 4 error LNK1181: cannot open input file '..\game\Release\game.lib' F:\build3\src\server\worldserver\LINK worldserver Edited February 6, 2016 by benmich Link to comment Share on other sites More sharing options...
Nay Posted February 7, 2016 Report Share Posted February 7, 2016 @alfal: see if any of these conditions apply: I can't compile Trinitycore under Linux i get internal compiler error: This can be because multiple reasons: 1) Selinux stronged kernels, workaround change to one standard kernel or compile with clang instead gcc or compile without pch. 2) Low ram/swap memory, increase ram/swap amount. From https://community.trinitycore.org/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/?do=findComment&comment=47670 Link to comment Share on other sites More sharing options...
Lipton Posted February 10, 2016 Report Share Posted February 10, 2016 Immediately apologize, I'm Russian and I use Google translation. When I compile the server it was on 97% and gives me the error: /usr/bin/ld: cannot find -lg3dlib collect2: error: ld returned 1 exit status make[2]: *** [src/server/worldserver/worldserver] Error 1 make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2 make: *** [all] Error 2 Tell me where do I find her? Since I already searched the Google. Link to comment Share on other sites More sharing options...
Lipton Posted February 10, 2016 Report Share Posted February 10, 2016 OS: Linux, Debian v7 x64 Link to comment Share on other sites More sharing options...
Aokromes Posted February 10, 2016 Report Share Posted February 10, 2016 Better use Debian 8. (also useless log). Link to comment Share on other sites More sharing options...
Lipton Posted February 10, 2016 Report Share Posted February 10, 2016 Just now, Aokromes said: Better use Debian 8. (also useless log). but before reinstalling I quietly compiled Link to comment Share on other sites More sharing options...
Magnuss Posted February 16, 2016 Report Share Posted February 16, 2016 https://community.trinitycore.org/topic/12293-debian-7-end-of-life/ Link to comment Share on other sites More sharing options...
Inten Posted February 21, 2016 Report Share Posted February 21, 2016 (edited) In file included from /home/wow/TrinityCore/src/server/game/Server/WorldSocketMgr.cpp:20:0: /home/wow/TrinityCore/src/server/shared/Networking/NetworkThread.h: In lambda function: /home/wow/TrinityCore/src/server/shared/Networking/NetworkThread.h:152:19: error: no match for ‘operator--’ in ‘--this->NetworkThread<SocketType>::_connections’ /home/wow/TrinityCore/src/server/shared/Networking/NetworkThread.h:152:19: note: candidates are: In file included from /usr/include/c++/4.7/atomic:41:0, from PrecompiledHeaders/gamePCH.h:4: /usr/include/c++/4.7/bits/atomic_base.h:360:7: note: std::__atomic_base<_IntTp>::__int_type std::__atomic_base<_IntTp>::operator--(int) [with _ITp = int; std::__atomic_base<_IntTp>::__int_type = int] /usr/include/c++/4.7/bits/atomic_base.h:360:7: note: candidate expects 1 argument, 0 provided /usr/include/c++/4.7/bits/atomic_base.h:364:7: note: std::__atomic_base<_IntTp>::__int_type std::__atomic_base<_IntTp>::operator--(int) volatile [with _ITp = int; std::__atomic_base<_IntTp>::__int_type = int] /usr/include/c++/4.7/bits/atomic_base.h:364:7: note: candidate expects 1 argument, 0 provided /usr/include/c++/4.7/bits/atomic_base.h:376:7: note: std::__atomic_base<_IntTp>::__int_type std::__atomic_base<_IntTp>::operator--() [with _ITp = int; std::__atomic_base<_IntTp>::__int_type = int] <near match> /usr/include/c++/4.7/bits/atomic_base.h:376:7: note: no known conversion for implicit ‘this’ parameter from ‘const std::atomic<int>*’ to ‘std::__atomic_base<int>*’ /usr/include/c++/4.7/bits/atomic_base.h:380:7: note: std::__atomic_base<_IntTp>::__int_type std::__atomic_base<_IntTp>::operator--() volatile [with _ITp = int; std::__atomic_base<_IntTp>::__int_type = int] <near match> /usr/include/c++/4.7/bits/atomic_base.h:380:7: note: no known conversion for implicit ‘this’ parameter from ‘const std::atomic<int>*’ to ‘volatile std::__atomic_base<int>*’ [ 42%] Building CXX object src/server/game/CMakeFiles/game.dir/Server/Protocol/Opcodes.cpp.o [ 42%] Building CXX object src/server/scripts/CMakeFiles/scripts.dir/OutdoorPvP/OutdoorPvPZM.cpp.o [ 42%] Building CXX object src/server/game/CMakeFiles/game.dir/Server/Protocol/PacketLog.cpp.o make[2]: *** [src/server/game/CMakeFiles/game.dir/Server/WorldSocketMgr.cpp.o] Error 1 I have the Current Source loaded, it may be that this is currently broken? Edited February 21, 2016 by Inten Link to comment Share on other sites More sharing options...
Aokromes Posted February 21, 2016 Report Share Posted February 21, 2016 https://community.trinitycore.org/topic/12293-debian-7-end-of-life/ Link to comment Share on other sites More sharing options...
AlfieO Posted February 26, 2016 Report Share Posted February 26, 2016 I need help in the compilation area, I am not able to proceed it keeps on throwing me errors, even though I thoroughly followed guide. Please help. Link to comment Share on other sites More sharing options...
AlfieO Posted February 26, 2016 Report Share Posted February 26, 2016 /usr/local/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[1]: *** [src/server/game/CMakeFiles/game.dir/all] Error 2 make: *** [all] Error 2 Link to comment Share on other sites More sharing options...
Aokromes Posted February 26, 2016 Report Share Posted February 26, 2016 Update boost to minimum 1.54 Link to comment Share on other sites More sharing options...
andrei s Posted March 4, 2016 Report Share Posted March 4, 2016 Ubuntu 14, clean install, all setup exactly as per https://trinitycore.atlassian.net/wiki/display/tc/Linux+Requirements Error building 3.3.5 branch: [ 2%]Built target jemalloc [ 7%] Built target g3dlib [ 7%] Built target Detour [ 8%] Built target Recast [ 8%] Built target format [ 9%] Built target gsoap [ 9%] Built target mpq [ 9%] Built target revision_data.h [ 9%] Built target commonPCH.cpp_dephelp [ 10%] Built target generate_commonPCH.cpp [ 13%] Built target common [ 13%] Built target databasePCH.cpp_dephelp [ 13%] Built target generate_databasePCH.cpp [ 13%] Building CXX object src/server/database/CMakeFiles/database.dir/Database/Implementation/LoginDatabase.cpp.o In file included from <command-line>:0:0: /usr/include/stdc-predef.h:59:1: error: one or more PCH files were found, but they were invalid #endif ^ /usr/include/stdc-predef.h:59:1: error: use -Winvalid-pch for more information /usr/include/stdc-predef.h:59:1: fatal error: /home/vagrant/TrinityCore/build/src/server/database/databasePCH.h: No such file or directory compilation terminated. make[2]: *** [src/server/database/CMakeFiles/database.dir/Database/Implementation/LoginDatabase.cpp.o] Error 1 make[1]: *** [src/server/database/CMakeFiles/database.dir/all] Error 2 make: *** [all] Error 2 Please help. Link to comment Share on other sites More sharing options...
Recommended Posts