bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Make on OSX fails


From: Henrik Frisk
Subject: Re: [bug-mailutils] Make on OSX fails
Date: Tue, 21 Mar 2006 15:32:12 +0100


Henrik Frisk <address@hidden> wrote:

mailline.c:249: error: 'rl_attempted_completion_over' undeclared
(first use in this function)

This means you either don't have libreadline at all, or the version you have is outdated or otherwise incompatible with GNU readline. Try adding
--without-readline to your configure options.

OK. I have GNU readline, version 4.3-28 AND 5.0-4 (perhaps that's a problem? That's due to another dependency issue) Reconfiguring with -- without-readline got me here:

sed "s,%GUILE_BINDIR%,/sw/bin,g;s,%BINDIR%,/usr/local/bin,g;s,%LIBDIR %,/usr/local/share/mailutils,g;s,%PACKAGE%,mailutils,g;s,%VERSION%, 0.6.93,g" sieve.scm.in > sieve.scm if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../include -I../lib -I.. - I../include -I../include/mailutils/gnu -I../mailbox -I/sw/include - DSYSCONFDIR=\"/usr/local/etc\" -g -O2 -MT main.o -MD -MP -MF ".deps/ main.Tpo" -c -o main.o main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/ main.Tpo"; exit 1; fi
In file included from guimb.h:41,
                 from main.c:20:
../include/mailutils/guile.h:26:1: warning: "SCM_STRING_CHARS" redefined
In file included from /sw/include/libguile.h:119,
                 from ../include/mailutils/guile.h:22,
                 from guimb.h:41,
                 from main.c:20:
/sw/include/libguile/strings.h:96:1: warning: this is the location of the previous definition
In file included from ../include/mailutils/argp.h:23,
                 from guimb.h:43,
                 from main.c:20:
../include/mailutils/gnu/argp.h:64: error: two or more data types in declaration specifiers ../include/mailutils/gnu/argp.h:64: warning: useless type name in empty declaration
make[3]: *** [main.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Best,

Henrik Frisk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]