2 cmake build problems: (1) kdelibs/trunk
Kurt Pfeifle
k1pfeifle at gmx.net
Thu Mar 2 01:14:37 CET 2006
hi-ho,
2 problems, one with kdelibs4_snapshot and one with kdelibs/trunk.
I have
- completely up to date qt-copy (where srcdir == builddir != installdir)
- completely up to date kdelibs4_snapshot and kdelibs/trunk (where
srcdirs != builddirs)
- nuked both builddirs before building
- completely up to date cmake from CVS
First problem. Building kdelibs/trunk. Fails with this error message:
CMakeFiles/kdeprint.dir/driverview.o(.text+0x122): In function `DriverView::slotItemSelectionChanged()': /opt/kde40svn/qt-copy-kde40svn/include/QtCore/qlist.h:220: undefined reference to `DriverView::itemSelected(QTreeWidgetItem*)'
collect2: ld returned 1 exit status
make[2]: *** [lib/libkdeprint.so.4.2.0] Error 1
Line 220 of qlist.h reads like this:
inline T& first() { Q_ASSERT(!isEmpty()); return *begin(); }
Looks like it has no relation at all to the error message (because
error mentions "DriverView").
Any hints?
(Second problem in separate mail)
Cheers,
Kurt
More information about the Kde-buildsystem
mailing list