evertims icon indicating copy to clipboard operation
evertims copied to clipboard

My linux compiler asks for #include <stdio.h> for src/socket.h

Open thima2017 opened this issue 8 years ago • 2 comments

I use Lubuntu 17.10

thima2017 avatar Dec 03 '17 17:12 thima2017

The problem appears when compiler tries to compile socket.cc. Edited socket.h: socket.h.txt

thima2017 avatar Dec 03 '17 22:12 thima2017

Hi !

I guess it is too late to help you but, as a user, I just came across the same error, so I post it here in order to help future persons that might get stuck.

I just added the following line in evertims/evertims/src/socket.cc : #include <stdio.h>

and everything went well after that.

Best regards

maelsegalen avatar Feb 03 '20 17:02 maelsegalen