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

Re: kwallet compile error

From: Martin Furter <mf_at_rola.ch>
Date: Thu, 29 May 2008 19:06:42 +0200 (CEST)

On Wed, 28 May 2008, Mark Phippard wrote:

> On Wed, May 28, 2008 at 10:15 PM, Martin Furter <mf_at_rola.ch> wrote:
>
>> 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...
>
> As I understand it, this feature requires KDE 4. You appear to have 3.5.9.

Is it possible to port it to KDE 3.5 ?
Or does it need some functions which are available in KDE4 only?

Maybe I should just try with qt3 and the KDE I have...

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 19:06:58 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.