Hi,

Compiling Mutt on FreeBSD, I found that the build process couldn't
generate keymap_defs.h (not sure exactly how this file is made, sorry).
I copied the file over from a previous Linux build and have had no
problems since, but I thought it might be worth mentioning. Anyone else
had problems?

Seems to happen on FreeBSD 4.2 and my current build (5.0),
mutt-1.2.5i. GCC version Using builtin specs.
gcc version 2.95.3 20010101 (prerelease), although it also occurs with
more commonplace versions of GCC.

I autoconfigured using these flags:

./configure --with-mailpath=/var/mail --enable-pop \
--enable-imap --with-ssl

The configuration stage succeeds without errors. Make halts around here
(sorry if the detail is not important):

Making all in imap
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I../intl  -Wall
-pedantic -g -O2 -c auth.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I../intl  -Wall
-pedantic -g -O2 -c browse.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I../intl  -Wall
-pedantic -g -O2 -c command.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I../intl  -Wall
-pedantic -g -O2 -c imap.c
imap.c: In function `imap_reopen_mailbox':
imap.c:250: warning: assignment discards qualifiers from pointer target
type
imap.c: In function `imap_check_mailbox':
imap.c:1172: warning: `t' might be used uninitialized in this function
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I../intl  -Wall
-pedantic -g -O2 -c md5c.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I../intl  -Wall
-pedantic -g -O2 -c message.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I../intl  -Wall
-pedantic -g -O2 -c socket.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I../intl  -Wall
-pedantic -g -O2 -c util.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl  -I../intl  -Wall
-pedantic -g -O2 -c imap_ssl.c
In file included from ../mutt_menu.h:23,
                 from imap_ssl.c:35:
../keymap.h:112: keymap_defs.h: No such file or directory
*** Error code 1

Stop in /usr/home/michael/mutt-1.2.5/imap.
*** Error code 1

Stop in /usr/home/michael/mutt-1.2.5.
*** Error code 1

Stop in /usr/home/michael/mutt-1.2.5.

Anyone know what might be happening here?

Regards
Michael

-- 
www.wells.org.uk +44 7715 747252

Reply via email to