level 10
8423334
楼主
新手昨天刚安装febora 17
下载了qbittorent-2.9.11.tar.gz
使用tar命令解压在/usr/local/src中
操作提示如下:
[root@hp-pc study]# cd /usr/local/src
[root@hp-pc src]# cd qbittorrent-2.9.11/
[root@hp-pc qbittorrent-2.9.11]# ./configure
Configuring qbittorrent ...
Verifying Qt 4 build environment ... fail
Reason: Unable to find the 'qmake' tool for Qt 4.
Be sure you have a proper Qt 4.0 build environment set up. This means not
just Qt, but also a C++ compiler, a make tool, and any other packages
necessary for compiling C++ programs.
If you are certain everything is installed, then it could be that Qt 4 is not
being recognized or that a different version of Qt is being detected by
mistake (for example, this could happen if $QTDIR is pointing to a Qt 3
installation). At least one of the following conditions must be satisfied:
1) --qtdir is set to the location of Qt
2) $QTDIR is set to the location of Qt
3) QtCore is in the pkg-config database
4) qmake is in the $PATH
This script will use the first one it finds to be true, checked in the above
order. #3 and #4 are the recommended options. #1 and #2 are mainly for
overriding the system configuration.
是不是没有安装qmake?如果是怎么安装,求高手给与解答,谢谢
2012年07月27日 19点07分
1
下载了qbittorent-2.9.11.tar.gz
使用tar命令解压在/usr/local/src中
操作提示如下:
[root@hp-pc study]# cd /usr/local/src
[root@hp-pc src]# cd qbittorrent-2.9.11/
[root@hp-pc qbittorrent-2.9.11]# ./configure
Configuring qbittorrent ...
Verifying Qt 4 build environment ... fail
Reason: Unable to find the 'qmake' tool for Qt 4.
Be sure you have a proper Qt 4.0 build environment set up. This means not
just Qt, but also a C++ compiler, a make tool, and any other packages
necessary for compiling C++ programs.
If you are certain everything is installed, then it could be that Qt 4 is not
being recognized or that a different version of Qt is being detected by
mistake (for example, this could happen if $QTDIR is pointing to a Qt 3
installation). At least one of the following conditions must be satisfied:
1) --qtdir is set to the location of Qt
2) $QTDIR is set to the location of Qt
3) QtCore is in the pkg-config database
4) qmake is in the $PATH
This script will use the first one it finds to be true, checked in the above
order. #3 and #4 are the recommended options. #1 and #2 are mainly for
overriding the system configuration.
是不是没有安装qmake?如果是怎么安装,求高手给与解答,谢谢