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

Re: Problem building with neon 0.11.0

From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-02-12 00:30:25 CET

Mo DeJong wrote:

> I just tried to build subversion with neon 0.11.0

This won't work without some changes in the SVN code, anyway. The
interfaces in neon have changes quite a bit. And I think we have to use
current expat if we upgrade to current neon.

It's on the todo list; GregS has been threatening to switch for such a
looong time now. :-)

> +error=0
> +
> +grep NEON_VERSION_MAJOR=${NEON_VERSION_MAJOR} neon/macros/neon.m4 > /dev/null
> +if [ $? -ne 0 ]; then
> + error=1
> +fi
> +
> +grep NEON_VERSION_MINOR=${NEON_VERSION_MINOR} neon/macros/neon.m4 > /dev/null
> +if [ $? -ne 0 ]; then
> + error=1
> fi
> -grep NEON_VERSION=${NEON_VER} neon/configure.in > /dev/null
> +
> +grep NEON_VERSION_RELEASE=${NEON_VERSION_RELEASE} neon/macros/neon.m4 > /dev/null
> if [ $? -ne 0 ]; then
> + error=1
> +fi
> +
> +grep NEON_VERSION_TAG=${NEON_VERSION_TAG} neon/macros/neon.m4 > /dev/null
> +if [ $? -ne 0 ]; then
> + error=1
> +fi

What, keep on grepping after an error? You can't be serious. :-)

-- 
Brane �ibej
    home:   <brane_at_xbc.nu>             http://www.xbc.nu/brane/
    work:   <branko.cibej_at_hermes.si>   http://www.hermes-softlab.com/
     ACM:   <brane_at_acm.org>            http://www.acm.org/
Received on Sat Oct 21 14:36:21 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.