World wont compile
Code:
make clean ; make |
And I am also getting this error.
Code:
make |
its because your running 64 bit linux, try building with
Code:
make -f makefile.a64 |
That still did not work, my server is a Xeon 2.8
When using that command, this is what I got: Code:
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wcomment -Wcast-align -Wno-deprecated -g -march=athlon64 -O -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -DDEBUG=5 -DEQDEBUG=5 -DSHAREMEM -DCATCH_CRASH -DNO_PIDLOG -DFIELD_ITEMS -DIRC -DAPP_OPCODE_SIZE=2 -I/usr/include/mysql -I/usr/mysql/include net.cpp -o net.o |
I tried a new installation with the make -f makefile.a64 command and I got this again.
./common/TCPConnection.cpp: In member function `bool TCPConnection::GetSockName(char*, uint16*)': ../common/TCPConnection.cpp:148: error: cannot convert `size_t*' to `socklen_t*' for argument `3' to `int getsockname(int, sockaddr*, socklen_t*)' make: *** [../common/TCPConnection.o] Error 1 |
All times are GMT -4. The time now is 11:53 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.