Hi,

I'm trying to build mutt 1.4 on solaris 7 but the "make install" fails -
yes, I know it's really me that's failing here!

My configure command is ./configure --without-iconv --enable-pop
The tail of make is: (simliar for make install)

make   all-recursive
make[1]: Entering directory `/home/haviland/mutt/mutt-1.4'
Making all in m4
make[2]: Entering directory `/home/haviland/mutt/mutt-1.4/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/haviland/mutt/mutt-1.4/m4'
Making all in po
make[2]: Entering directory `/home/haviland/mutt/mutt-1.4/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/haviland/mutt/mutt-1.4/po'
Making all in intl
make[2]: Entering directory `/home/haviland/mutt/mutt-1.4/intl'
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/lo
cal/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I
. -I../intl -I../intl -Wall -pedantic -g -O2  dcigettext.c
In file included from dcigettext.c:77:
gettextP.h:66: warning: ANSI does not permit the keyword `inline'
gettextP.h:162: warning: ANSI C forbids zero-size array `domainname'
In file included from dcigettext.c:83:
hash-string.h:38: warning: ANSI does not permit the keyword `inline'
dcigettext.c:232: warning: ANSI C forbids zero-size array `msgid'
dcigettext.c: In function `dcigettext__':
dcigettext.c:529: warning: implicit declaration of function `index'
dcigettext.c:529: warning: passing arg 1 of `stpcpy' makes pointer from
integer without a cast
dcigettext.c:575: warning: comparison between pointer and integer
dcigettext.c: In function `plural_lookup':
dcigettext.c:993: called object is not a function
make[2]: *** [dcigettext.o] Error 1
make[2]: Leaving directory `/home/haviland/mutt/mutt-1.4/intl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/haviland/mutt/mutt-1.4'
make: *** [all-recursive-am] Error 2

I get the same result on a sol8 box as well?

Any help would be greatly appreciated.

John

Reply via email to