Forum Moderators: phranque

Message Too Old, No Replies

Solaris 8 Compile woes.

network_io/unix/sendrecv.c: In function `apr_socket_sendfile':

         

CyberMartyr

4:09 pm on Aug 29, 2005 (gmt 0)



/bin/ksh /home/dmaske/archive/httpd-2.1.6-alpha/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthreads -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -I./include -I/home/dmaske/archive/httpd-2.1.6-alpha/srclib/apr/include/arch/unix -I./include/arch/unix -I/home/dmaske/archive/httpd-2.1.6-alpha/srclib/apr/include -o network_io/unix/sendrecv.lo -c network_io/unix/sendrecv.c && touch network_io/unix/sendrecv.lo
network_io/unix/sendrecv.c: In function `apr_socket_sendfile':
network_io/unix/sendrecv.c:842: error: `sendfilevec64_t' undeclared (first use in this function)
network_io/unix/sendrecv.c:842: error: (Each undeclared identifier is reported only once
network_io/unix/sendrecv.c:842: error: for each function it appears in.)
network_io/unix/sendrecv.c:842: error: `sfv' undeclared (first use in this function)
network_io/unix/sendrecv.c:861: error: `SFV_FD_SELF' undeclared (first use in this function)
network_io/unix/sendrecv.c:863: warning: cast from pointer to integer of different size
network_io/unix/sendrecv.c:887: warning: cast from pointer to integer of different size
make[3]: *** [network_io/unix/sendrecv.lo] Error 1
make[3]: Leaving directory `/usr/local/archive/httpd-2.1.6-alpha/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/archive/httpd-2.1.6-alpha/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/archive/httpd-2.1.6-alpha/srclib'
make: *** [all-recursive] Error 1

Any ideas?