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

Re: Compile issues

From: Mo DeJong <mdejong_at_cygnus.com>
Date: 2001-06-27 03:19:42 CEST

On Tue, 26 Jun 2001, Julian Fitzell wrote:

> Hi,
>
> Came back to this list after an absence and in trying to compile the code got the following errors.
>
> In file included from subversion/mod_dav_svn/activity.c:27:
> subversion/mod_dav_svn/dav_svn.h:287: parse error before `*'

Either dav_error or ap_filter_t is not defined at that point.
What system are you building on? You could try a quick
"make CFLAGS=-E > foo.e" and then look in the processed
.e file to see if you can find a typedef for both dav_error
and ap_filter_t.

> Is everyone else able to build at the moment?

The current tree builds for me under RH 6.2 with neon 0.15.3.

I hope that helps
Mo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:32 2006

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.