Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 22650 invoked by uid 500); 28 Feb 2001 01:35:24 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 22638 invoked from network); 28 Feb 2001 01:35:24 -0000 X-Authentication-Warning: cobra.cs.Virginia.EDU: jcw5q owned process doing -bs Date: Tue, 27 Feb 2001 20:35:27 -0500 (EST) From: Cliff Woolley X-X-Sender: To: cc: Subject: Re: Apache 2.0.12 ready for testing In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On 27 Feb 2001, Jeff Trawick wrote: > Ian Holsman 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