make xconfig时出现错误:
* Unable to find the QT3 installation. Please make sure that
* the QT3 development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
make[1]: *** 没有规则可以创建“scripts/kconfig/qconf.o”需要的目标“scripts/kconfig/.tmp_qtcheck”。 停止。
make: *** [xconfig] 错误 2
首先确保软件源里面有archive.ubuntu的源,然后:
执行如下三步:
sudo apt-get install kernel-package
sudo
apt-get install build-essential
sudo apt-get install libqt3-headers
libqt3-mt-dev
确保以上软件包都安装上。即可。
本文介绍了解决在makexconfig过程中遇到的QT3安装问题的方法。首先需要确认软件源包含archive.ubuntu,接着通过三个步骤安装必要的软件包:kernel-package、build-essential以及libqt3-headers和libqt3-mt-dev。完成这些步骤后,问题通常能够得到解决。

643

被折叠的 条评论
为什么被折叠?



