-
Posts
4497 -
Joined
-
Last visited
-
Days Won
229
Everything posted by Aokromes
-
For the point 4, i tried to implement it, but our tracker looks to big for BS.
-
Yes.
-
No, you don't, you miss mysql libs.
-
From: http://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/#entry47706 Compile core with: declare -x CFLAGS="-m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g3 -ggdb3 -pipe -msse3 -fno-strength-reduce -fno-delete-null-pointer-checks -fno-strict-aliasing -frename-registers -rdynamic -fno-fast-math -lpthread" declare -x CXXFLAGS="-m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O1 -g3 -ggdb3 -pipe -msse3 -fno-strength-reduce -fno-delete-null-pointer-checks -fno-strict-aliasing -frename-registers -rdynamic -fno-fast-math -lpthread" cmake ../ -DCMAKE_BUILD_TYPE=None -DPREFIX=/your/installation/path
-
http://www.trinitycore.org/f/topic/328-unknown-column-missing-table-duplicate-column-error-sql-problems-sqldriverlogfile-answer-on-1st-post-of-1st-page/
-
Try changing the kernel of your linux or updating gcc version.
-
removed no needed part of log to show you where is the problem. You don't have boost libs.
-
@narnak read: I can't compile TC under Windows. i get: Could not find the MySQL libraries! Please install the development libraries and headers MySQL sources have been removed from the repository. Like OpenSSL, you need to set MYSQL_LIBRARY and MYSQL_INCLUDE_DIR to where you have mysql installed. In my case, it's LIB=C:mysqlliblibmysqld.lib and INCLUDE_DIR=C:mysqlinclude or http://collab.kpsn.org/display/tc/TrinityCore+Requirements#TrinityCoreRequirements-Windows
-
You are trying to put the binaries inside the build directory.... create build directory inside server_core then cmake ../ -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/path/where/you/wanna/have/server/installed (not build directory).
-
No you don't have do, and it's not same error, you are trying to compile into souces directory. You must create a directory, for example build, enter there and run cmake from there.
-
Like you said, you need gcc 4.7, update your ancient linux to debian 7 or similar modern linux, because for sure you will lack other requirements.
-
--- Canned message start --- If this is your 1st time with TrinityCore read http://collab.kpsn.org/display/tc/TrinityCore+Home Also read http://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/ Also please Look in upper right hand corner of the forum, there is a button labeled search field, feel free to search for your issues first before posting, most questions like this one have already been answered. If you still cannot find the answers you seek feel free to make a post and tell us the steps you took to resolve this issue and we will do our best to help you. --- Canned message end ---
-
Geting a full client instead incomplete client.
-
Some older OVH kernels used to crash TC's compilation i sugest you to try updating kernel or using standard kernel instead OVH's.
-
We dropped mysql dep from trinitycore to avoid the need of maintain it and make it work on future Visual Studio versions.
-
--- Canned message start --- If this is your 1st time with TrinityCore read http://collab.kpsn.org/display/tc/TrinityCore+Home Also read http://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/ Also please Look in upper right hand corner of the forum, there is a button labeled search field, feel free to search for your issues first before posting, most questions like this one have already been answered. If you still cannot find the answers you seek feel free to make a post and tell us the steps you took to resolve this issue and we will do our best to help you. --- Canned message end ---
-
I sugested that here http://www.trinitycore.org/f/topic/8146-random-trinitycore-ideas/ long time ago
-
Yes, the last part of that post.
-
http://www.trinitycore.org/f/topic/1518-trouble-with-your-trinity-install-readme-1st-faqs/#entry47706
-
Also, current TDB for 4.3.4 is 7, and a thread of 82 pages exist for this issue where on 1st page explains what to do.
-
Sorry, but we don't go to stay on VS2010 because core devs wanna use lambas and other c++11 only features, if you can't afford W7/8 machine, install Linux, but we don't go to stay on a 13 years old unsuported OS, and if next year VS2014 is released and GCC 4.9 becomes final and we see c++14 can help us we will force again compiler minimum requirement ussing c++14 only features, if you don't wanna have gunship battle, stay on VS2010 or switch to mangos. Ah, btw, "as most server machines run better off of xp/vist and MSVS 2010" you can also switch into linux and there it will run even better.
-
Because the log don't shows real problem maybe? Also you are ussing one VPS with very limited amount of ram? if yes, increase it.
-
useless log.
-
don't import the database called world_database.sql, you see that database named anywhere?