There is a mistake in this shapshot which prevent compilation:
socket.c: In function 'socket_connect': socket.c:93: error: 'struct sockaddr_in' has no member named 'sin_len'
To solve the problem, it need to comment in this, 93rd, line of socket.c. After this correction, the snapshot compiles and works smoothly.