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

Problem compiling r2092 in order to convert database.

From: Jennifer Bevan <jen_at_alouysius.net>
Date: 2002-07-10 23:54:47 CEST

Hi,
So, the school quarter ended and I was set to upgrade my Subversion.
Which was no problem until I realized that with my newly compiled
version (r2376) I couldn't get to the database because the schema had
changed. So, I found the notice that tells me how to use r2092 to dump
the old repository, so I downloaded the branch as specified and tried to
compile it. Of course, I didn't know which apr revision was necessary, and
it really wanted one. So, I downloaded the tarball from the subversion site
of r2092d, and am trying to compile it now -- but I'm getting a compilation
error! I'm on a RedHat 7.2 box, fyi. All my other libraries -- neon, zlib,
apache
are set up for the new r2396 version, but although the branch checkout
insisted on neon 0.21.1 (and I've got neon 0.21.3), the tarballed download
hasn't complained about any of the packages -- just this compile error.

I imagine someone has seen this before, but I didn't find anything on
the mailing list archive (via a search) that mentioned this. Help please!!!

Here's what I've done with the r2092d tarball after untarring it...
./configure --disable-shared
make
(it makes everything up to and including neon...)

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

Thanks,
-Jennifer Bevan

---------------------------------------------------------------------
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:00:18 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.