web-dev-qa-db-ja.com

カーネル3.3.6のインストール中にmakeを実行できません

desktop:~/Desktop/linux-3.3.6$ make xconfig
make[1]: Warning: File `scripts/kconfig/.zconf.tab.o.cmd' has modification time 1.7e+04 s in the future
  CHECK   qt
* Unable to find the QT4 tool qmake. Trying to use QT3
*
* Unable to find any QT installation. Please make sure that
* the QT4 or QT3 development package is correctly installed and
* either qmake can be found or install pkg-config or set
* the QTDIR environment variable to the correct location.
*
make[1]: *** No rule to make target `scripts/kconfig/.tmp_qtcheck', needed by `scripts/kconfig/qconf.o'.  Stop.
make: *** [xconfig] Error 2

シナプスマネージャーを介してqt4-qmakeをインストールしようとしたとき。 tz_data not foundというエラーが表示されます。

2
user277442

本当にシンプルなソリューション:

apt-get install qt4-qmake libqt4-dev

また、他の多くのファイルもインストールします。 Y.とだけ言ってください。

3
Joel Frese