search for: docktop

Displaying 1 result from an estimated 1 matches for "docktop".

Did you mean: desktop
2011 Feb 17
1
vanilla kernel configuration :: xconfig --> qt errors
...$ make O=/home/adrian/kernel/kernel_out xconfig GEN /home/adrian/kernel/kernel_out/Makefile HOSTCXX scripts/kconfig/qconf.o /usr/lib64/qt4/include/Qt3Support/q3toolbar.h:45: error: 'Qt::ToolBarDock' has not been declared /usr/lib64/qt4/include/Qt3Support/q3toolbar.h:45: error: 'DockTop' is not a member of 'Qt' /usr/lib64/qt4/include/Qt3Support/q3mainwindow.h:71: error: 'Qt::Dock' has not been declared i have this script for QT : ## QTDIR=/usr/lib64/qt4 QTDIR=/usr/lib64/qt-3.3 export QTDIR export QTINC=$QTDIR/include export QTLIB=$QTDIR/lib export PATH=$PATH...