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

Re: error on compiling subversion with kwallet support

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 24 Aug 2010 12:18:50 +0100

shrinivasan <shrinivasan_at_collab.net> writes:

> I am compiling subversion with kwallet support.
> But, Getting the following error.
>
>
> ./configure --with-kwallet --prefix=/home/shrinivasan/svn-builds/1.6.13

> cd subversion/libsvn_auth_kwallet && /usr/share/apr-1.0/build/libtool
> --tag=CXX --silent --mode=link g++ -g -O2 -rpath
> /home/shrinivasan/svn-builds/1.6.13/lib -Wl,--no-undefined -o
> libsvn_auth_kwallet-1.la kwallet.lo version.lo -lapr-1 -L/lib
> -ldbus-1
> -lpthread -lrt -lQtCore -lQtDBus -lQtGui -lkdecore -lkdeui
> ../../subversion/libsvn_subr/libsvn_subr-1.la
> libtool: ignoring unknown tag CXX
> .libs/kwallet.o: In function `kwallet_password_set':
> /home/shrinivasan/svn/subversion/subversion/libsvn_auth_kwallet/kwallet.cpp:376:
> undefined reference to `operator new(unsigned int)'

Are you building 1.6 or trunk? I see 1.6.13 but I also see APR's
libtool being used and you don't mention --experimental-libtool.

For trunk try --with-custom-libtool='/bin/bash /usr/bin/libtool'

For 1.6 try --disable-experimental-libtool

-- 
Philip
Received on 2010-08-24 13:19:47 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.