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

Re: Problem compiling svn on HP-UX 11

From: Bob Proulx <bob_at_proulx.com>
Date: 2005-08-24 09:17:13 CEST

Massimiliano Cordioli wrote:
> Hi, I'm compiling (and installing) subversion on HP-UX 11 extracted from
> a tarball.
> I've executed configure whith this commnad line
>
> configure --prefix=/usr./local/svn

I assume you mean "configure --prefix=/usr/local/svn" without that
extra dot in it.

> subversion/svn_private_config.h:134: libintl.h: No such file or directory

Do you require localization? If yes then you will need to chase down
all of the dependencies, in this case gettext and libintl, and install
all of those prior to building. But if you can live without
localization of messages then I suggest compiling without nls.

  ./configure \
    --without-berkeley-db \
    --disable-nls \
    --disable-shared

That should work fine on HP-UX. (I am using GCC but it should compile
fine with the native ANSI compiler too.)

Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 24 09:23:09 2005

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.