You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jamie Lawrence <ja...@clueinc.net> on 2004/09/27 19:30:05 UTC

Build problem with 1.10rc4

Hi all -

I'm getting a compile error with the 1.10rc4 source, on Redhat AS 2.1.

My configure was just ./configure --with-apxs=/usr/local/...

APR was built with BDB4.0. (Was having problems with 4.2, and I don't
actually even intend to use BDB - I'm building this for the fsfs
support.)


The error is:


/bin/sh /home/jal/current/svn/110/subversion-1.1.0-rc4/libtool --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE  -g -O2  -g -O2 -pthread  -DNEON_ZLIB  -I/usr/local/include -I./subversion/include -I./subversion -I/home/jal/current/svn/110/subversion-1.1.0-rc4/neon/src -I/usr/local/include/neon -I/home/jal/current/svn/110/subversion-1.1.0-rc4/apr/include   -I/home/jal/current/svn/110/subversion-1.1.0-rc4/apr-util/include -I/usr/local/BerkeleyDB.4.0/include -o subversion/mod_dav_svn/file_revs.lo -c /home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c
/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c: In function `dav_svn__file_revs_report':
/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:225: parse error before `start'
/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:248: `start' undeclared (first use in this function)
/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:248: (Each undeclared identifier is reported only once
/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:248: for each function it appears in.)
/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:250: `end' undeclared (first use in this function)
make: *** [subversion/mod_dav_svn/file_revs.lo] Error 1


Anyone have any clue what I'm doing wrong?

Thanks.

-j



-- 
Jamie Lawrence                                        jal@jal.org
It was beautiful and simple, as truly great swindles are.
   - O. Henry



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Build problem with 1.10rc4

Posted by Jamie Lawrence <ja...@clueinc.net>.
On Mon, 27 Sep 2004, Lee Merrill wrote:

> Hi Jamie,
>    Just move lines 224-226 up into the declarations section of this 
> function (say after line 218).

Thank you! That worked. (Sorry to be slow responding... other projects
got in the way of trying this out.)

-j

> Lee



-- 
Jamie Lawrence                                        jal@jal.org
Fascists divide in two categories: the fascists and the 
anti-fascists.
   - Ennio Flaiano



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Build problem with 1.10rc4

Posted by Lee Merrill <Le...@bustech.com>.
Hi Jamie,
    Just move lines 224-226 up into the declarations section of this 
function (say after line 218).

Lee

>Hi all -
>
>I'm getting a compile error with the 1.10rc4 source, on Redhat AS 2.1.
>
>...
>
>
>/bin/sh /home/jal/current/svn/110/subversion-1.1.0-rc4/libtool --silent --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE  -g -O2  -g -O2 -pthread  -DNEON_ZLIB  -I/usr/local/include -I./subversion/include -I./subversion -I/home/jal/current/svn/110/subversion-1.1.0-rc4/neon/src -I/usr/local/include/neon -I/home/jal/current/svn/110/subversion-1.1.0-rc4/apr/include   -I/home/jal/current/svn/110/subversion-1.1.0-rc4/apr-util/include -I/usr/local/BerkeleyDB.4.0/include -o subversion/mod_dav_svn/file_revs.lo -c /home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c
>/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c: In function `dav_svn__file_revs_report':
>/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:225: parse error before `start'
>/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:248: `start' undeclared (first use in this function)
>/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:248: (Each undeclared identifier is reported only once
>/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:248: for each function it appears in.)
>/home/jal/current/svn/110/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:250: `end' undeclared (first use in this function)
>
>
>
>  
>


-- 
+=========================================================
+ Lee Merrill    lee@bustech.com    919-866-2008
+=========================================================

Unless otherwise stated, any views presented in this email are solely those of the author and do not necessarily represent those of the company.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org