Re: 0.9.4 released ... and not compiling!!!



#include <sys/types.h>
#include <netinet/in.h>

Does adding either or both of these near the include of sys/socket.h in
libbalsa/send.c help at all?

On Tue, 05 Sep 2000 22:28:52 Peter Ulrich Kruppa wrote:
> Sorry to say so,
> 
> and I don't know any help. You'll find the output of
> 
> # make
> 
> in the attachment.
> 
> Thanx.
> 
> Uli.
> 
> (Oh, I'm running FreeBSD 4.0-Release)

> make  all-recursive
> make[1]: Entering directory `/usr/local/balsa-0.9.4'
> Making all in macros
> make[2]: Entering directory `/usr/local/balsa-0.9.4/macros'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/usr/local/balsa-0.9.4/macros'
> Making all in po
> make[2]: Entering directory `/usr/local/balsa-0.9.4/po'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/usr/local/balsa-0.9.4/po'
> Making all in intl
> make[2]: Entering directory `/usr/local/balsa-0.9.4/intl'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/usr/local/balsa-0.9.4/intl'
> Making all in sounds
> make[2]: Entering directory `/usr/local/balsa-0.9.4/sounds'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/usr/local/balsa-0.9.4/sounds'
> Making all in images
> make[2]: Entering directory `/usr/local/balsa-0.9.4/images'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/usr/local/balsa-0.9.4/images'
> Making all in help
> make[2]: Entering directory `/usr/local/balsa-0.9.4/help'
> Making all in C
> make[3]: Entering directory `/usr/local/balsa-0.9.4/help/C'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/usr/local/balsa-0.9.4/help/C'
> make[3]: Entering directory `/usr/local/balsa-0.9.4/help'
> make[3]: Nothing to be done for `all-am'.
> make[3]: Leaving directory `/usr/local/balsa-0.9.4/help'
> make[2]: Leaving directory `/usr/local/balsa-0.9.4/help'
> Making all in libmutt
> make[2]: Entering directory `/usr/local/balsa-0.9.4/libmutt'
> make  all-recursive
> make[3]: Entering directory `/usr/local/balsa-0.9.4/libmutt'
> Making all in imap
> make[4]: Entering directory `/usr/local/balsa-0.9.4/libmutt/imap'
> make[4]: Nothing to be done for `all'.
> make[4]: Leaving directory `/usr/local/balsa-0.9.4/libmutt/imap'
> make[4]: Entering directory `/usr/local/balsa-0.9.4/libmutt'
> make[4]: Leaving directory `/usr/local/balsa-0.9.4/libmutt'
> make[3]: Leaving directory `/usr/local/balsa-0.9.4/libmutt'
> make[2]: Leaving directory `/usr/local/balsa-0.9.4/libmutt'
> Making all in libbalsa
> make[2]: Entering directory `/usr/local/balsa-0.9.4/libbalsa'
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I../libmutt
	-I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include
-I/usr/X11R6/include/gtk12  -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12
-I/usr/local/include -I/usr/X11R6/include  -g -O2 -I/usr/local/include/glib12
-D_THREAD_SAFE         -Wall -Wno-uninitialized         -Wchar-subscripts
-Wmissing-declarations -Wmissing-prototypes         -Wnested-externs -Wpointer-arith   
     -Wno-sign-compare -Wsign-promo         -Werror -c send.c
> cc1: warnings being treated as errors
> In file included from send.c:25:
> /usr/include/arpa/inet.h:89: warning: parameter has incomplete type
> /usr/include/arpa/inet.h:92: warning: parameter has incomplete type
> /usr/include/arpa/inet.h:96: warning: parameter has incomplete type
> send.c: In function `libbalsa_smtp_send':
> send.c:763: storage size of `sin' isn't known
> send.c:774: `IPPROTO_IP' undeclared (first use in this function)
> send.c:774: (Each undeclared identifier is reported only once
> send.c:774: for each function it appears in.)
> send.c:796: type of formal parameter 1 is incomplete
> send.c:798: sizeof applied to an incomplete type
> send.c:763: warning: unused variable `sin'
> make[2]: *** [send.o] Error 1
> make[2]: Leaving directory `/usr/local/balsa-0.9.4/libbalsa'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/balsa-0.9.4'
> make: *** [all-recursive-am] Error 2





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