Ошибка установки Qt - PullRequest
       23

Ошибка установки Qt

7 голосов
/ 17 февраля 2010

Я получаю сообщение об ошибке при попытке настроить Qt.

Erro :
    execute: File or path is not found (nmake)
    execute: File or path is not found (nmake)
    Cleaning qmake failed, return code -1




// installion files.
    InterBase...............no

Sources are in..............E:\xampp\Qt\4.6
Build is done in............E:\xampp\Qt\4.6
Install prefix..............E:\xampp\Qt\4.6
Headers installed to........E:\xampp\Qt\4.6\include
Libraries installed to......E:\xampp\Qt\4.6\lib
Plugins installed to........E:\xampp\Qt\4.6\plugins
Binaries installed to.......E:\xampp\Qt\4.6\bin
Docs installed to...........E:\xampp\Qt\4.6\doc
Data installed to...........E:\xampp\Qt\4.6
Translations installed to...E:\xampp\Qt\4.6\translations
Examples installed to.......E:\xampp\Qt\4.6\examples
Demos installed to..........E:\xampp\Qt\4.6\demos

Creating qmake...
execute: File or path is not found (nmake)
execute: File or path is not found (nmake)
Cleaning qmake failed, return code -1


E:\xampp\Qt\4.6>

Ответы [ 3 ]

9 голосов
/ 17 февраля 2010

Если вы пытаетесь собрать Qt с помощью среды Visual Studio, вы должны убедиться, что nmake и cl находятся в PATH.

Самый простой способ сделать это -просто используйте командную строку Visual Studio (например, в меню «Пуск»).

0 голосов
/ 27 сентября 2012

Попробуйте добавить флаг "-make nmake" в команду configure.

0 голосов
/ 18 февраля 2010

Вам нужно изменить свой путь, чтобы он указывал на то, где находится nmake.

...