deanproxy / eMail

Command line SMTP client
https://www.deanproxy.com/code
GNU General Public License v2.0
136 stars 46 forks source link

uabble to install eMail getting error #48

Closed sparate closed 6 years ago

sparate commented 6 years ago

Hi, I taken clone for eMail and trying to run ./configure from inside eMail folder but getting following error 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] if (!isdigit(buf[1])) ^~~ screenshot_2018-07-20_13-13-01

deanproxy commented 6 years ago

this isn't an error, it's just a warning. it looks like it did not stop the configure process. the rest of the process should complete normally.