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

Re: 1.5 build problem on montavista cygwin

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Tue, 24 Jun 2008 11:07:26 +0200

2008-06-24 10:06 Senthil Kumaran S <senthil_at_collab.net> napisaƂ(a):
> Blair Zajac wrote:
>>>>>
>>>>> Is there a way to build subversion 1.5 without serf? I looked at
>>>>> ./configure
>>>>> but nothing jumps out.
>>>>
>>>> --without-serf should be the magic command. Note: I haven't actually
>>>> tried, but that's how most of the configure options work.
>>>
>>> There is no '--without-serf' option in subversion configure script, the
>>> only way now is to not show the serf path to the configure script.
>>
>> We should add that, it's standard that you can disable an option with the
>> --without variant.
>
> It is possible to pass '--without-PACKAGE' to subversion configure script
> and it works as intended. I missed it, sorry for the noise. I got confused
> with the output in config.log, for example if we say '--without-neon', the
> configure script says something like this:
>
> <snip>
> configure: checking neon library
>
> An appropriate version of neon could not be found, so libsvn_ra_neon
> will not be built. If you want to build libsvn_ra_neon, please either
> install neon 0.28.1 on this system
>
> or
>
> get neon 0.28.1 from:
> http://www.webdav.org/neon/neon-0.28.1.tar.gz
> unpack the archive using tar/gunzip and rename the resulting
> directory from ./neon-0.28.1/ to ./neon/
>
> no suitable neon found
> </snip>
>
> Which is the same output returned when we did not have neon installed in the
> box. May be something like this would help
>
> <snip>
> configure: checking neon library
>
> configure without neon
> </snip>
>
> Similar thing happens for serf also.
> <snip>
> configure: serf library configuration
> checking serf.h usability... no
> checking serf.h presence... no
> checking for serf.h... no
> </snip>
>
> Here something like this would be better
> <snip>
> configure: serf library configuration
>
> configure without serf
> </snip>

I would prefer:
checking whether to look for Serf... no

See e.g. checks for SASL, KWallet or GNOME Keyring.
Received on 2008-06-24 11:07:39 CEST

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.