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

Re: Compilation Failure..?

From: <cmpilato_at_collab.net>
Date: 2003-04-08 22:48:17 CEST

"James Lamanna" <james.lamanna@appliedminds.com> writes:

> Getting this compile failure on revision 5585.
>
> /bin/sh /home/james/subv-src/subversion/libtool --silent --mode=compile
> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
> -D_SVID_SOURCE -D_GNU_SOURCE -g -Wall -Wmissing-prototypes
> -Wstrict-prototypes -Wmissing-declarations -pthread -DNEON_ZLIB -std=c89
> -Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG
> -I/usr/local/apache2//include -I./subversion/include -I.
> -I/usr/local/include/neon -I/home/james/subv-src/subversion/apr/include
> -I/home/james/subv-src/subversion/apr-util/include -o
> subversion/mod_dav_svn/liveprops.lo -c
> ./subversion/mod_dav_svn/liveprops.c
> ./subversion/mod_dav_svn/liveprops.c: In function `dav_svn_insert_prop':
> ./subversion/mod_dav_svn/liveprops.c:310: parse error before
> `APR_UINT64_T_FMT'
> make: *** [subversion/mod_dav_svn/liveprops.lo] Error 1
>
> Seems as though it thinks APR_UINT64_T_FMT is undefined, yet
> /apr/include is definitely in the include path.

This symbol was added in a more recent version of APR than you have.
I think we now require the APR that comes with 2.0.45.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 8 22:52:22 2003

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.