[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-04-08 22:46:21 CEST

James Lamanna wrote:

>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.
>

i had a similar error a little while back because i was picking up older
apr headers.

see if the apr headers in /usr/local/apache2/include have
APR_UINT64_T_FMT defined, that was the problem for me.

-garrett

---------------------------------------------------------------------
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:47:26 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.