gcc -c -g -O2 -Ipcre -DTRIO_MINIMAL base64.c
In file included from hypermail.h:384,
from base64.c:15:
proto.h:99: error: conflicting types for 'strcasestr'
/usr/include/string.h:88: error: previous declaration of 'strcasestr'
was here
make[1]: *** [base64.o] Error 1
make: *** [hypermail] Error 2
Any suggestions what I can do to fix the problem?
Kind regards
Tom