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@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
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@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
On 02/17/2011 03:15 PM, Athmane Madjoudj wrote:
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 :
Try "make gconfig" the GTK version of "make xconfig", you need "gtk2-devel" and "libglade2-devel"
Thanks but i want my xconfig as it is nicer ... gconfig is working
Adrian
On Thu, Feb 17, 2011 at 8:03 AM, Adrian Sevcenco Adrian.Sevcenco@cern.ch wrote:
On 02/17/2011 03:15 PM, Athmane Madjoudj wrote:
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 :
Try "make gconfig" the GTK version of "make xconfig", you need "gtk2-devel" and "libglade2-devel"
Thanks but i want my xconfig as it is nicer ... gconfig is working
Adrian
Please have a look at this CentOS wiki article:
http://wiki.centos.org/HowTos/Custom_Kernel
In the "Build preparations" section:
"yum install qt-devel # This is only necessary if you wish to use make xconfig instead of make gconfig or make menuconfig."
Akemi