On Tue, Feb 13, 2001 at 08:47:37AM -0500, Kevin Pilch-Bisson wrote:
> Hi Pete,
>
> Sorry about that, I checked it in yesterday. I should be able to fix it
> properly, since I believe that APR already finds out the correct path
> max value. Give me a few minutes.
Actually it may take a little longer, people in APR are working on it,
but they haven't comitted it yet. I'll keep an eye on things there, and
fix this as soon as it becomes feasible. I don't think it is worth
duplicating their effort for a short period of time.
In the mean time though, you could try
#define PATH_MAX _POSIX_PATH_MAX
if you have _POSIX_PATH_MAX. If not, can you send me the man page from
your system for realpath(3)?
Thanks, and sorry about the inconvenience.
>
> On Tue, Feb 13, 2001 at 08:59:15AM -0500, pete collins wrote:
> > My build broke this morning on FreeBSD. I think it is a makefile
> > problem.
> > Anyway, this hack got it to compile.
> > I have no idea what the value is supposed to be.
> >
> > --pete
> > Index: target.c
> > ===================================================================
> > RCS file: /cvs/subversion/subversion/libsvn_subr/target.c,v
> > retrieving revision 1.1
> > diff -u -r1.1 target.c
> > --- target.c 2001/02/12 18:00:27 1.1
> > +++ target.c 2001/02/13 13:30:43
> > @@ -24,6 +24,8 @@
> > #include "svn_path.h"
> > #include "apr_file_info.h"
> >
> > +#define PATH_MAX 255
> > +
> >
> > /*** Code. ***/
> >
--
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson
kevin@pilch-bisson.net
http://www.pilch-bisson.net
PGP Public Key At http://pgp.pilch-bisson.net
- application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:22 2006