Adrian Sevcenco
2011-Feb-17 12:26 UTC
[CentOS] vanilla kernel configuration :: xconfig --> qt errors
Hi! It seems that i made some changes that make xconfig to not work .. the problem is that not matter what QTDIR i select i receive the same errors that start with : adrian at sevcenco: linux-2.6.37 $ 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:$QTDIR/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QTLIB no matter of what qt i choose i have the same errors anyone has an idea about what the problem can be? Thanks! Adrian -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3110 bytes Desc: S/MIME Cryptographic Signature URL: <http://lists.centos.org/pipermail/centos/attachments/20110217/6237ee5e/attachment.p7s>
Athmane Madjoudj
2011-Feb-17 13:15 UTC
[CentOS] vanilla kernel configuration :: xconfig --> qt errors
On 02/17/2011 01:26 PM, Adrian Sevcenco wrote:> Hi! It seems that i made some changes that make xconfig to not work .. > the problem is that not matter what QTDIR i select i receive the same > errors that start with : > adrian at sevcenco: linux-2.6.37 $ 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:$QTDIR/bin > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QTLIB > > no matter of what qt i choose i have the same errors > anyone has an idea about what the problem can be? > > Thanks! > Adrian > >Try "make gconfig" the GTK version of "make xconfig", you need "gtk2-devel" and "libglade2-devel" HTH -- Athmane Madjoudj