I'm trying to compile Mutt 1.2.5i on Mac OS X and I'm getting a bunch of
warnings in the compilation:
In file included from extlib.c:30:
lib.h:101: warning: ANSI C forbids const or volatile functions
cc -DSHAREDIR=\"/usr/local/share/mutt\" -DSYSCONFDIR=\"/usr/local/etc\"
-DBINDIR=\"/usr/local/bin\" -DHAVE_CONFIG_H=1 -I. -I. -Iintl -I/usr/local/include
-I/usr/local/include -I./intl -Wall -pedantic -g -O2 -c sha1dgst.c
In file included from
/System/Library/Frameworks/System.framework/Headers/bsd/machine/types.h:30,
from
/System/Library/Frameworks/System.framework/Headers/bsd/sys/types.h:70,
from
/System/Library/Frameworks/System.framework/Headers/bsd/stdio.h:64,
from sha1dgst.c:59:
/System/Library/Frameworks/System.framework/Headers/bsd/ppc/types.h:75: warning: ANSI
C does not support `long long'
/System/Library/Frameworks/System.framework/Headers/bsd/ppc/types.h:76: warning: ANSI
C does not support `long long'
In file included from sha_locl.h:59,
from sha1dgst.c:63:
/System/Library/Frameworks/System.framework/Headers/bsd/stdlib.h:181: warning: ANSI C
does not support `long long'
/System/Library/Frameworks/System.framework/Headers/bsd/stdlib.h:183: warning: ANSI C
does not support `long long'
I'm not so worried about the overlapping function names, but I'm a bit
concerned with messasges like "ANSI C does not support `long long'".
It does compile, and the binary seems to work pretty well. Any thoughts
or suggestions are appreciated, thanks!
--
Eugene Lee
[EMAIL PROTECTED]