[Archive] Error on compiling on Ubuntu 14.04
[Archive] Error on compiling on Ubuntu 14.04
Archived author: Bogi • Posted: 2025-11-04T18:18:45.658680
Original source
I'm trying to compile the core on Ubuntu and when i run command 'make' it works till 30% then it just stops with the following code:
Code:
ASSERT(_headerBuffer.GetActiveSize() == ClientPktHeader::SizeOf[_initialized][_authCrypt.IsInitialized()], "Header size %u different than expected %u", _headerBuffer.GetActiveSize(), ClientPktHeader::SizeOf[_initialized][_authCrypt.IsInitialized()]);
^
make[2]: *** [src/server/game/CMakeFiles/game.dir/Server/WorldSocket.cpp.o] Error 1
make[1]: *** [src/server/game/CMakeFiles/game.dir/all] Error 2
make: *** [all] Error 2
root@2542:/home/TrinityCore/build1#