dbuscpp2xml problem ? : compile error in kwallet
Laurent Montel
montel at kde.org
Sat Jan 27 13:00:29 CET 2007
On Friday 26 January 2007 19:01:01 Alexander Neundorf wrote:
> Hi,
Hi,
> I can't compile kwallet/client/kwallet.cc:
>
> /home/alex/src/kde4-svn/KDE/kdelibs/kwallet/client/kwallet.cc: In
> constructor `KWallet::Wallet::Wallet(int, const QString&)':
> /home/alex/src/kde4-svn/KDE/kdelibs/kwallet/client/kwallet.cc:108: error:
> syntax error before `::' token
> /home/alex/src/kde4-svn/KDE/kdelibs/kwallet/client/kwallet.cc:109: error: `
> setParent' undeclared (first use this function)
>
> the generated header kwallet_interface.h is basically empty, and so is the
> generated xml file org.kde.KWallet.xml, see the attached file.
>
> What's going wrong there ?
> I'm not completely up to date with the dbus stuff...
export PATH=$QTDIR/bin:$PATH
dbuscpp2xml use moc program from path and if you qt-copy/bin is not in your
path it used old moc program (qt3-moc)
rm -f org.kde.KWallet.xml and kwallet_interface.*
and after all can be build.
Regards
> Bye
> Alex
More information about the Kde-buildsystem
mailing list