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

Re: Unable to compile trunk build / "wc-queries.h" file not found in repository

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Sat, 9 Oct 2010 09:58:04 -0400

On Sat, Oct 9, 2010 at 3:47 AM, Stefan Sperling <stsp_at_elego.de> wrote:
> On Sat, Oct 09, 2010 at 11:22:26AM +0530, Sachin wrote:
>> Hello friends,
>> I am trying to compile the subversion's trunk code.
>> It needs *wc-queries.h* file to compile
>> The \trunk\subversion\libsvn_wc\wc_db.c file tries to include the *
>> wc-queries.h* file which I couldn't find in trunk repository.
>>
>> Please let me know where I can get this file or is there any way to compile
>> without this file.
>
> This file should be auto-generated by a python script run during the
> build.  Make sure you have python installed and in your PATH.
>
> Stefan

And make sure you have a *recent enough* python. RPMforge has given up
on building recent Subversion releases for RHEL 4/CentOS 4 because of
the dependencies on a recent Python for this step: you have to
actually build a local copy of Python and refer to it in your build
environment to get the most recent configuration toolchain to work on
these OS's.

It's an unfortunate dependency: nothing in the software actually
requires such a recent Python, only the configuration toolchain.
Received on 2010-10-09 15:58:42 CEST

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

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