[DiscordArchive] like which tdb version? <@!349329060133994496> any idea?
[DiscordArchive] like which tdb version? <@!349329060133994496> any idea?
Archived author: EscapedSheep • Posted: 2020-01-21T19:22:20.339000+00:00
Original source
like which tdb version? <@!349329060133994496> any idea?
Archived author: Jinnai • Posted: 2020-01-21T19:24:01.547000+00:00
Original source
check how up to date the tc revision is and pick the tdb that is close to it
Archived author: EscapedSheep • Posted: 2020-01-21T19:24:26.249000+00:00
Original source
It was compiled 3 days ago
Archived author: dysfunctionator • Posted: 2020-01-21T19:24:36.096000+00:00
Original source
so, trying to compile, my setup - AMD64 6 core, 16Gram, 2T hd, Ubuntu server 18.04.3 LTS. Following the installation guide(atlantissian), i get to cmake with no problems(i did the pre-req stuff already). i run "make -j 6" and it gets to about 16% and crashes saying something about not being able to find the "MYSQL_SERVER_VERSION". i have the mariadb installed and can log into it, even went as far as allowing the wowuser i created all privs on lo. i've tried it thru ssh and locally. any thoughts?(i have screen shots if needed)
Archived author: EscapedSheep • Posted: 2020-01-21T19:25:28.891000+00:00
Original source
dont use mariadb
Archived author: dysfunctionator • Posted: 2020-01-21T19:25:42.727000+00:00
Original source
ahhh.
Archived author: EscapedSheep • Posted: 2020-01-21T19:25:43.728000+00:00
Original source
i did and started over just using mysql
Archived author: dysfunctionator • Posted: 2020-01-21T19:26:11.116000+00:00
Original source
maria worked with w7...just figured it would work in U
Archived author: dysfunctionator • Posted: 2020-01-21T19:26:23.591000+00:00
Original source
well that helps.
Archived author: EscapedSheep • Posted: 2020-01-21T19:33:08.011000+00:00
Original source
```
/home/trinity/ElunaTrinityWotlk/src/server/game/Chat/Chat.cpp:34:10: fatal error: LuaEngine.h: No such file or directory
#include "LuaEngine.h"
^~~~~~~~~~~~~
compilation terminated.
src/server/game/CMakeFiles/game.dir/build.make:1302: recipe for target 'src/server/game/CMakeFiles/game.dir/Chat/Chat.cpp.o' failed
make[2]: *** [src/server/game/CMakeFiles/game.dir/Chat/Chat.cpp.o] Error 1
CMakeFiles/Makefile2:1444: recipe for target 'src/server/game/CMakeFiles/game.dir/all' failed
make[1]: *** [src/server/game/CMakeFiles/game.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
trinity@vps776760:~/ElunaTrinityWotlk/build$
``` <@!248138535968833537> ?