01-08-2023, 05:04 PM
1 hour ago, Stormax said:
Put this files in your server src something is missing in your makefile
2
After do this :
cd /home/ServerSrc
make clean
make all usa
Thank you... That solves my problem...
Now I have new error at compiling the gameserver...
/usr/bin/ld: cannot find -lboost_thread-gcc44-mt-d-1_65_1
/usr/bin/ld: cannot find -lboost_system-gcc44-mt-d-1_65_1
/usr/bin/ld: skipping incompatible /usr/local/lib/liblog4cxx.a when searching for -llog4cxx
/usr/bin/ld: cannot find -llog4cxx
collect2: Fehler: ld gab 1 als Ende-Status zurück
make[2]: *** [GameServer_d] Fehler 1
Can you help here?
Thanks in advance..

