Re: Error trying to build Balsa 1.3.6



On 2002.05.19 16:37 Paul Lewis wrote:
> I have just tried to build balsa 1.3.6 on redhat 7 . The
> following are snippets from the confgirue script and make script

> -I/usr/include/gnome-xml -c send.c
> send.c: In function `libbalsa_process_queue':
> send.c:597: warning: passing arg 2 of `smtp_set_messagecb' from
> incompatible pointer type
> send.c:601: warning: passing arg 2 of `smtp_set_messagecb' from
> incompatible pointer type
> send.c: In function `balsa_send_message_real':
> send.c:1050: too many arguments to function `smtp_strerror'

libesmtp-0.8.12 declares (/usr/include/libesmtp.h)
char *smtp_strerror (int error, char buf[], size_t buflen);

balsa-1.3.6 calls it as follows (libbalsa/send.c):
smtp_strerror (smtp_errno (), buf, sizeof buf)

which appears to be perfectly matching.

Where is the difference in your case?

(you can always try --disable-more-warnings - but this is a workaround, 
not a true solution).

-pawel

  -- Pawel Salek (pawsa@theochem.kth.se) 
http://www.theochem.kth.se/~pawsa/
Theoretical Chemistry Division, KTH




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