solaris 2.8 fails to compile two test programs

2002-03-09 Thread Max Okumoto
Hi, I ran into two problems when I tried to run the test suite on Solaris 2.8. apr% make test /bin/sh libtool --silent --mode=compile cc -g -DHAVE_CONFIG_H -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I../include -c testrand.c && touch testrand.lo "testrand.c", line 62: #e

RE: cvs commit: httpd-2.0/modules/proxy mod_proxy.c

2002-03-09 Thread Sander Striker
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 09 March 2002 15:04 > trawick 02/03/09 06:04:11 > > Modified:modules/proxy mod_proxy.c > Log: > provide missing MAX() macro so that proxy can compile again > > Revision ChangesPath > 1.74 +3 -0 httpd-2

Re: cvs commit: httpd-2.0/modules/proxy mod_proxy.c

2002-03-09 Thread Jeff Trawick
"Sander Striker" <[EMAIL PROTECTED]> writes: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: 09 March 2002 15:04 > > > trawick 02/03/09 06:04:11 > > > > Modified:modules/proxy mod_proxy.c > > Log: > > provide missing MAX() macro so that proxy can compile again > Th

Re: [PATCH] First cut at factoring out the pools allocator

2002-03-09 Thread Brian Pane
Sander Striker wrote: Hi, Below a patch to apr and a patch to httpd to factor out the allocator from pools. It is only the first cut, so crucial details like documentation are missing. I'd like some feedback on the general idea though. Hopefully this helps when implementing the bucket allocator. T

Re: solaris 2.8 fails to compile two test programs

2002-03-09 Thread Dale Ghent
On 9 Mar 2002, Max Okumoto wrote: | % cc -V | cc: WorkShop Compilers 4.2 30 Oct 1996 C 4.2 Sun WorkShop is not supported on Solaris 8. You'll need to upgrade to the Sun Forte suite (sun compilers 6.0) /dale