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

Re: compiling svn under cygwin breaks

From: Max Bowsher <maxb_at_ukf.net>
Date: 2003-08-04 10:58:54 CEST

Kevin Meinert wrote:
> I'm using latest cygwin on WinXP.
>
> per the instructions, I got the latest src 0.26, and ran:
>
> ./configure --enable-maintainer-mode
>
> It fails and cannot find libxml/parser.h
>
> checking for xml2-config... xml2-config
> checking libxml/xmlversion.h usability... yes
> checking libxml/xmlversion.h presence... yes
> checking for libxml/xmlversion.h... yes
> checking libxml/parser.h usability... no
> checking libxml/parser.h presence... no
> checking for libxml/parser.h... no
> checking parser.h usability... no
> checking parser.h presence... no
> checking for parser.h... no
> configure: error: could not find parser.h, libxml installation problem?
> configure failed for neon
>
> searching my system parser.h is here: /usr/include/libxml2/libxml/parser.h
>
>
> how do I pass this info to configure? it seems I'd need to pass it to
> neon's configure, but it looks like sub's configure calls it for me.

I can't test this right now, since something odd seems to have happened to
my local Cygwin package cache, so I can't install libxml2. But I can say
that subversion compiles fine if you have expat installed and libxml2 not
installed.

Also, IIRC you can pass --enable-* and --with-* to a toplevel configure, and
it will pass them through to configures it recursively invokes.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 4 11:18:40 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.