[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: r2927 can't build anymore, something wrong with APR_PATH_MAX

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-08-11 00:26:26 CEST

On Sat, Aug 10, 2002 at 09:28:52AM -0400, Sergey A. Lipnevich wrote:
> Making all in strings
> make[2]: Entering directory `/usr/src/subversion-r2927/apr/strings'
> make[3]: Entering directory `/usr/src/subversion-r2927/apr/strings'
> /bin/sh /usr/src/subversion-r2927/apr/libtool --silent --mode=compile
> gcc -g -Wall -Wmissing-prototypes -Wstrict-prototypes
> -Wmissing-declarations -pthread -mcpu=i686 -march=i686 -O3
> -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
> -D_SVID_SOURCE -D_GNU_SOURCE -I../include -I../include/arch/unix -c
> apr_cpystrn.c && touch apr_cpystrn.lo
> In file included from apr_cpystrn.c:55:
> ../include/apr.h:314:2: #error no decision has been made on APR_PATH_MAX
> for your platform

This is the case when PATH_MAX or _POSIX_PATH_MAX are not defined.
Since these should be defined in <limits.h> (/usr/include/limits.h),
I'd guess that this file is either missing or corrupt. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 11 00:27:02 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.