You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Sachin <gr...@gmail.com> on 2010/10/09 05:52:26 UTC

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

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.

Thanks !

-- 
Regards,
Sachin Raut,

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

Posted by Nico Kadel-Garcia <nk...@gmail.com>.
On Sat, Oct 9, 2010 at 3:47 AM, Stefan Sperling <st...@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.

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

Posted by Stefan Sperling <st...@elego.de>.
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