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
|