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

kwallet compile error

From: Martin Furter <mf_at_rola.ch>
Date: Thu, 29 May 2008 04:15:11 +0200 (CEST)

Hello

I try to compile subversion with kwallet and gnome keyring ond debian
AMD64. Now I get the following error:

./configure --prefix=/usr/local/svn-trunk --enable-shared --enable-nls \
   --with-gnome-keyring --with-kwallet
...
checking whether to look for KWallet... yes
configure: error: missing support for internationalization

OK, solved that, I installed gettext.

The next problem was that it couldn't find kde4-config until I made a
symlink to kde-config in /usr/bin.

Now I get:

checking whether to look for KWallet... yes
checking for QtCore, QtDBus, QtGui... yes
checking for kde4-config... yes
checking for KWallet... no
configure: error: cannot find KWallet

I have kwallet.h in /usr/include/kde/ and there's no -I param for that dir
in the compiler line from config.log:

g++ -o conftest -g -O2 -I/usr/include/qt4 -I/usr/include/qt4/QtCore
   -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtGui -I/usr/include
   -D_FORTIFY_SOURCE=2 -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -DQT_SHARED
   -L/usr/local/lib -L/usr/lib conftest.cpp -lQtCore -lQtDBus -lQtGui
   -lkdecore -lkdeui >&5

It searches for qptrlist.h which I have in /usr/include/qt3 but not in
/usr/lib/qt4 so I wonder if the installed KDE is too old. The version it
installed is 4:3.5.9.dfsg.1-4 .

I give up for now...

Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-29 04:15:31 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.