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

HPUX - Libsvn_ra_dav doesn't compile

From: Hartleroad, James M [EQ] <James.M.Hartleroad_at_Embarq.com>
Date: 2007-03-21 21:15:31 CET

I'm trying to build a Subversion client for HP-UX 11 and it will build
and work for local and svn access but not dav. When I look in the
../subversion/libsvn_ra_dav directory no object file was created.

I'm using neon-0.26.3 and it is found during the subversion
configuration and if I run neon-config --help it shows me the known
features are dav [yes], ssl [no], zlib [yes], ipv6 [], lfs[no], il8n
[no], ts_ssl [no].

Shouldn't libsvn_ra_dav build with dav and zlib supported through neon?
What else is the libsvn_ra_dav dependant on?

This is the configure statement I'm using for the subversion-1.4.3 part
of the build.

./configure --prefix=$SVN/subversion --enable-static --enable-shared
--with-apxs=$SVN/httpd/bin/apxs --with-apr=$SVN/apr
--with-apr-util=$SVN/apr-util --with-libxml2=$SVN/xmllib
--with-neon=$SVN/neon --with-swig=$SVN/swig
CPPFLAGS="-I$SVN/zlib/include -I$SVN/neon/include"
LDFLAGS="-L$SVN/zlib/lib -L$SVN/neon/lib -L/usr/lib"

Thnanks.

James Hartleroad
Received on Wed Mar 21 21:16:01 2007

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.