Hey, just noticed the change from cs to cb while making qt-copy. Sounds logical - but now you always have to install qt-copy because build/qt-copy != $QTDIR.
CU Daniel --91.23.253.120 16:32, 24 February 2008 (CET)
[Sun Feb 17 2008] [16:00:06] <thiago_home> if you set it, it should point to the build dir. So if people expect $QTDIR/src/corelib/global/qglobal.h to exist, it will break. [Sun Feb 17 2008] [16:00:17] <thiago_home> actually, QTDIR should point to the *install* dir [Sun Feb 17 2008] [16:00:26] <thiago_home> just like KDEDIR, yes [Sun Feb 17 2008] [16:00:36] <_Brandon_> yeah it points to that [Sun Feb 17 2008] [16:02:12] <steveire> How about if I use prefix $KDEDIR? [Sun Feb 17 2008] [16:03:51] <steveire> Or set QTDIR to ~/qt [Sun Feb 17 2008] [16:03:51] <_Brandon_> yeah but you have to do make install after make in that case [Sun Feb 17 2008] [16:04:29] <thiago_home> you always have to do make install [Sun Feb 17 2008] [16:04:42] <steveire> Really it'll probably only be necessary for a few months until the distros put the released version in repos [Sun Feb 17 2008] [16:05:29] <steveire> I'll leave it as is in the bashrc actaully. ~/qt-copy
--Steveire 20:30, 24 February 2008 (CET)
Following these instructions, Soprano does not build. I get the following error (repeated many times):
/home/kde-devel/src/kdesupport/soprano/server/dbus/dbusutil.cpp: In function ‘void Soprano::DBus::sendErrorReply(const QDBusMessage&, const Soprano::Error::Error&)’: /home/kde-devel/src/kdesupport/soprano/server/dbus/dbusutil.cpp:35: error: invalid use of undefined type ‘const struct Soprano::Error::Error’ /home/kde-devel/src/kdesupport/soprano/server/dbus/dbusutil.h:32: error: forward declaration of ‘const struct Soprano::Error::Error’