You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Claudio Neves <ne...@nevalabs.org> on 2004/09/27 18:21:30 UTC

Patch to Subversion 1.1.0-rc4

Hello,

When trying to build subversion 1.1.0-rc4, I've got the following errors:

/bin/sh /var/files/misc/1/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/apache_2.0.51/include -I./subversion/include 
-I./subversion -I/var/files/misc/1/subversion-1.1.0-rc4/neon/src 
-I/usr/local/include/neon -I/usr/local/apache_2.0.51/include 
-I/usr/local/apache_2.0.51/include  -o 
subversion/mod_dav_svn/file_revs.lo -c 
/var/files/misc/1/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c
/var/files/misc/1/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c: 
In function `dav_svn__file_revs_report':
/var/files/misc/1/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:225: 
parse error before `start'
/var/files/misc/1/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:248: 
`start' undeclared (first use in this function)
/var/files/misc/1/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:248: 
(Each undeclared identifier is reported only once
/var/files/misc/1/subversion-1.1.0-rc4/subversion/mod_dav_svn/file_revs.c:248: 
for each function it appears in.)
/var/files/misc/1/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

Configure line used:

./configure --with-apr=/usr/local/apache_2.0.51 \
--with-apr-util=/usr/local/apache_2.0.51 \
--with-apxs=/usr/local/apache_2.0.51/bin/apxs \
--with-zlib

A patch to fix the problem is attached.

Thanks,
Claudio Neves


Re: Patch to Subversion 1.1.0-rc4

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
Claudio Neves wrote:
> Hello,
> 
> When trying to build subversion 1.1.0-rc4, I've got the following errors:

[ snip ]

> A patch to fix the problem is attached.

Thank you very much for the patch, but the problem has already been 
corrected, and the fix will be in the final version of 1.1.0.

Thanks again,

-garrett

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