On 27 Feb 2001, Jeff Trawick wrote: > Ian Holsman <[EMAIL PROTECTED]> writes: > > > Failing on Solaris 2.7 box > > The sigwait() problem got fixed Sunday... I don't think APR is > building on Solaris right now though.
It builds on Solaris 2.6 (just tried it), though with a few warnings: --Cliff /bin/sh /a/athena.cs.Virginia.EDU/uf2/jcw5q/apr/libtool --mode=compile --silent gcc -DSOLARIS2=6 -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthreads -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I../../include -I../../include/arch/unix -I../../include/arch/unix -c sockets.c && touch sockets.lo sockets.c: In function `apr_connect': sockets.c:257: warning: passing arg 2 of `connect' discards qualifiers from pointer target type /bin/sh /a/athena.cs.Virginia.EDU/uf2/jcw5q/apr/libtool --mode=compile --silent gcc -DSOLARIS2=6 -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthreads -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I../../include -I../../include/arch/unix -c proc.c && touch proc.lo proc.c: In function `apr_proc_create': proc.c:307: warning: function declaration isn't a prototype [The function is apr_signal().] /bin/sh /a/athena.cs.Virginia.EDU/uf2/jcw5q/apr/libtool --mode=compile --silent gcc -DSOLARIS2=6 -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthreads -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I../../include -I../../include/arch/unix -c signals.c && touch signals.lo signals.c: In function `apr_signal': signals.c:109: warning: function declaration isn't a prototype
