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

Re: Problem compiling r2092 in order to convert database.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-11 00:04:49 CEST

Jennifer Bevan <jen@alouysius.net> writes:

> ------ completed all in neon
> /bin/sh /usr/local/subversion-r2092d/libtool --silent --mode=compile gcc
> -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
> -D_GNU_SOURCE -g -O2 -pthread -DNEON_ZLIB -I/usr/local/apache2/include
> -I./subversion/include -I. -I/usr/local/subversion-r2092d/apr/include
> -I/usr/local/subversion-r2092d/apr-util/include
> -I/usr/local/subversion-r2092d/apr-util/xml/expat/lib
> -I/usr/local/subversion-r2092d/neon/src -o subversion/mod_dav_svn/liveprops.lo
> -c subversion/mod_dav_svn/liveprops.c
> subversion/mod_dav_svn/liveprops.c:102: parse error before `ap_text_header'
> subversion/mod_dav_svn/liveprops.c: In function `dav_svn_insert_prop':
> subversion/mod_dav_svn/liveprops.c:106: `resource' undeclared (first use in this
> function)
> subversion/mod_dav_svn/liveprops.c:106: (Each undeclared identifier is reported
> only once
> subversion/mod_dav_svn/liveprops.c:106: for each function it appears in.)
> ......(lots more errors)
> make: *** [subversion/mod_dav_svn/liveprops.lo] Error 1

Oh cripes, this is what happens when we try to maintain an old svn
branch, but we don't make any note of which APR to use. :-(

The solution here is downdate your apr/ directory to June 5th ('cvs up
-D') and try building with that.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 11 00:09:23 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.