eMail icon indicating copy to clipboard operation
eMail copied to clipboard

Compiling Error

Open nasirq opened this issue 3 years ago • 1 comments

On my system Ubuntu 22.04.1 LTS running 5.15.0-1028-aws I am getting the following error while running ./configure

checking if strftime is GNU or Non-GNU... /tmp/strftime_try.c: In function 'main': /tmp/strftime_try.c:16:8: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] 16 | if (!isdigit(buf[1])) | ^~~~~~~ /tmp/strftime_try.c:5:1: note: include '<ctype.h>' or provide a declaration of 'isdigit' 4 | #include <sys/time.h> +++ |+#include <ctype.h> 5 | GNU

nasirq avatar Feb 09 '23 05:02 nasirq

this pull request resolves it. https://github.com/deanproxy/eMail/pull/63

redispade avatar Apr 24 '23 17:04 redispade