monday morning breakage

2001-02-26 Thread Ben Collins-Sussman
I just removed my apr/ subdir and checked it out fresh this morning. I'm getting this compile error on my FreeBSD 4.2 system: gmake[4]: Entering directory `/usr/home/sussman/projects/subversion/apr/network_io/unix' /bin/sh /usr/home/sussman/projects/subversion/apr/libtool --mode=compile

Re: monday morning breakage

2001-02-26 Thread Cliff Woolley
On 26 Feb 2001, Ben Collins-Sussman wrote: #if APR_HAVE_SYS_SENDFILE_H #include sys/sendfile.h #endif And, of course, my system has no sys/sendfile.h. :) I know that there's been a recent thread on this list about sendfile.h, but I have to admit that I didn't read it. (*blush*) Can

Re: monday morning breakage

2001-02-26 Thread rbb
Fix is on the way. The problem is that we never subst into the apr.h file, so APR_HAS_SENDFILE_H is defined to be @has_sendfile@ or something like it. Ryan On 26 Feb 2001, Ben Collins-Sussman wrote: I just removed my apr/ subdir and checked it out fresh this morning. I'm getting this

Re: monday morning breakage

2001-02-26 Thread jean-frederic clere
Cliff Woolley wrote: On 26 Feb 2001, Ben Collins-Sussman wrote: #if APR_HAVE_SYS_SENDFILE_H #include sys/sendfile.h #endif And, of course, my system has no sys/sendfile.h. :) I know that there's been a recent thread on this list about sendfile.h, but I have to admit that I