View Single Post
  #5  
Old 08-31-2006, 09:26 AM
Silent16
Fire Beetle
 
Join Date: Aug 2006
Posts: 4
Default

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
Reply With Quote