<<< Date Index >>>     <<< Thread Index >>>

Compilation errors with 1.5.21



FYI. These all seem easily fixable... :) Thanks.

FreeBSD 8.1 (RELENG_8) i386

CPPFLAGS=-static LDFLAGS=-static ./configure --prefix=/usr/local/mutt1521 \
 --disable-nls --enable-imap --enable-pop --enable-smtp --with-ssl
make

configure: WARNING: Configuring without iconv support. See INSTALL for details

message.c: In function 'imap_read_headers':
message.c:64: warning: unused variable 'buf'
keymap.c: In function 'parse_keycode':
keymap.c:171: warning: passing argument 2 of 'strtol' from
incompatible pointer type
main.c:73: warning: string length '558' is greater than the length
'509' ISO C90 compilers are required to support
mbox.c: In function 'mbox_reset_atime':
mbox.c:693: warning: unused variable 'i'
pop_lib.c: In function 'pop_parse_path':
pop_lib.c:66: warning: implicit declaration of function 'ntohs'
lib.o(.text+0xb68): In function `safe_open':
/.../mutt-1.5.21/lib.c:569: warning: warning: mktemp() possibly used
unsafely; consider using mkstemp()