I have installed lazarus version 0.9.26 under kubuntu 8.04 hardy , and tried to link againt the Qt4 set.
I've installed the libqt4intf.so file according to the wiki, and have had run "ldconfig".
That all went fine, and i can compile now the lcl in lazarus.
Unfortunaly i can't compile *any* project (not even the smallest one with just one form)
I'will always get "Fatal: There were 1 errors compiling module, stopping"
Looking to the Log Window shows me alot of "undefinated references", just wondering why i am getting this.
/usr/bin/../lib/libqt4intf.so: undefined reference to `QPrinter::setPaperSize(QSizeF const&, QPrinter::Unit)'
/usr/bin/../lib/libqt4intf.so: undefined reference to `QStyleOptionViewItemV4::QStyleOptionViewItemV4()'
/usr/bin/../lib/libqt4intf.so: undefined reference to `QFileDialog::setNameFilterDetailsVisible(bool)'
/usr/bin/../lib/libqt4intf.so: undefined reference to `QPrintPreviewWidget::setViewMode(QPrintPreviewWidget::ViewMode)'
/usr/bin/../lib/libqt4intf.so: undefined reference to `QGraphicsScene::font() const'
/usr/bin/../lib/libqt4intf.so: undefined reference to `QMdiSubWindow::mdiArea() const'
When i try to replace the QT4.pas file wich comes along with lazarus , with the version inside the package "bin-qt4pas-V1.68_Qt4.4.3.tar.gz" then i'll get a compile error in the the unit qtwidget.pas "function selected item" Error Identifeyer not found TInitArray.
Why i can't link against the QT ??