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

Re: Compile svn-populate-node-origins-index.c on RedHat?

From: Ian Brandt <ian_at_ianbrandt.com>
Date: Thu, 26 Jun 2008 10:39:50 -0700

On Jun 25, 2008, at 1:27 PM, Erik Huelsmann wrote:

> On Wed, Jun 25, 2008 at 10:05 PM, Ian Brandt <ian_at_ianbrandt.com>
> wrote:
>> Greetings,
>>
>> I've upgraded to 1.5 on CentOS 5 via Yum (RPMforge repo). I've
>> located
>> svn-populate-node-origins-index.c, but I can't find anything on how
>> to go
>> about compiling it? My naive attempt fails as below. Any help
>> would be
>> most appreciated.
>
> Did you try 'make svn-populate-node-origins-index' from the root of
> the source tree?

Same error:

# pwd
/usr/share/doc/subversion-1.5.0/tools/server-side
# make svn-populate-node-origins-index
cc svn-populate-node-origins-index.c -o svn-populate-node-
origins-index
svn-populate-node-origins-index.c:20:23: error: svn_pools.h: No such
file or directory
svn-populate-node-origins-index.c:21:23: error: svn_error.h: No such
file or directory
svn-populate-node-origins-index.c:22:25: error: svn_cmdline.h: No such
file or directory
svn-populate-node-origins-index.c:23:22: error: svn_path.h: No such
file or directory
svn-populate-node-origins-index.c:24:23: error: svn_repos.h: No such
file or directory
svn-populate-node-origins-index.c:25:20: error: svn_fs.h: No such file
or directory
svn-populate-node-origins-index.c:31: error: expected ‘,’ or ‘;’
before ‘APR_EOL_STR’
svn-populate-node-origins-index.c: In function ‘usage_maybe_with_err’:
svn-populate-node-origins-index.c:53: error: ‘FILE’ undeclared (first
use in this function)
svn-populate-node-origins-index.c:53: error: (Each undeclared
identifier is reported only once
svn-populate-node-origins-index.c:53: error: for each function it
appears in.)
svn-populate-node-origins-index.c:53: error: ‘out’ undeclared (first
use in this function)
svn-populate-node-origins-index.c:55: error: ‘stderr’ undeclared
(first use in this function)
svn-populate-node-origins-index.c:55: error: ‘stdout’ undeclared
(first use in this function)
svn-populate-node-origins-index.c:56: warning: incompatible implicit
declaration of built-in function ‘fprintf’
svn-populate-node-origins-index.c: At top level:
svn-populate-node-origins-index.c:63: error: expected ‘=’, ‘,’, ‘;’,
‘asm’ or ‘__attribute__’ before ‘*’ token
svn-populate-node-origins-index.c:112: error: expected ‘=’, ‘,’, ‘;’,
‘asm’ or ‘__attribute__’ before ‘*’ token
svn-populate-node-origins-index.c: In function ‘main’:
svn-populate-node-origins-index.c:153: error: ‘apr_pool_t’ undeclared
(first use in this function)
svn-populate-node-origins-index.c:153: error: ‘pool’ undeclared (first
use in this function)
svn-populate-node-origins-index.c:154: error: ‘svn_error_t’ undeclared
(first use in this function)
svn-populate-node-origins-index.c:154: error: ‘err’ undeclared (first
use in this function)
svn-populate-node-origins-index.c:154: error: ‘SVN_NO_ERROR’
undeclared (first use in this function)
svn-populate-node-origins-index.c:158: error: ‘stderr’ undeclared
(first use in this function)
svn-populate-node-origins-index.c:158: error: ‘EXIT_FAILURE’
undeclared (first use in this function)
svn-populate-node-origins-index.c:161: error: ‘NULL’ undeclared (first
use in this function)
svn-populate-node-origins-index.c:172: warning: assignment makes
pointer from integer without a cast
svn-populate-node-origins-index.c:173: warning: assignment makes
pointer from integer without a cast
svn-populate-node-origins-index.c:183: error: ‘FALSE’ undeclared
(first use in this function)
svn-populate-node-origins-index.c:187: error: ‘EXIT_SUCCESS’
undeclared (first use in this function)
make: *** [svn-populate-node-origins-index] Error 1
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-26 20:08:37 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.