Ok, i made a build direcory then type cmake, make, make install, but when try to make kdepimlibs i get this:
|
Source code
|
1
2
3
4
|
[ 21%] Building CXX object akonadi/CMakeFiles/akonadi-kde.dir/agentinstancewidget.o
/usr/src/kde/src/KDE/kdepimlibs/akonadi/agentinstancewidget.cpp:26:17: error: KIcon: No such file or directory
/usr/src/kde/src/KDE/kdepimlibs/akonadi/agentinstancewidget.cpp:27:19: error: KGlobal: No such file or directory
/usr/src/kde/src/KDE/kdepimlibs/akonadi/agentinstancewidget.cpp: In constructor 'Icons::Icons()':
|
And when try to 'make' kdebase get this:
|
Source code
|
1
2
3
4
5
6
7
8
9
|
CMakeFiles/kdeinit_khelpcenter.dir/fontdialog.o:(.data.rel.ro._ZTVN3KHC10FontDialogE[vtable for KHC::FontDialog]+0x114): undefined reference to `non-virtual thunk to QWidget::paintEngine() const'
CMakeFiles/kdeinit_khelpcenter.dir/fontdialog.o:(.data.rel.ro._ZTVN3KHC10FontDialogE[vtable for KHC::FontDialog]+0x118): undefined reference to `non-virtual thunk to QWidget::metric(QPaintDevice::PaintDeviceMetric) const'
CMakeFiles/kdeinit_khelpcenter.dir/plugintraverser.o: In function `KHC::PluginTraverser::process(KHC::DocEntry*)':
/usr/src/kde/src/KDE/kdebase/runtime/khelpcenter/plugintraverser.cpp:105: undefined reference to `QPixmap::~QPixmap()'
collect2: ld returned 1 exit status
make[2]: *** [lib/libkdeinit4_khelpcenter.so] Error 1
make[1]: *** [runtime/khelpcenter/CMakeFiles/kdeinit_khelpcenter.dir/all] Error 2
make: *** [all] Error 2
bash-3.1#
|
Whats the problem?
EDIT: Now it works! I just updated Cmake.