我正在试图在Windows上编译这个项目:https://github.com/scantailor/
有详细的指南(https://github.com/scantailor/scantailor/blob/master/packaging/windows/readme.en.txt),但有一个过程需要很长时间才能完成。我在第7点(建立scantailor依赖)。
命令是这样的:
C:\...\Qt\4.8.6\bin\qmake C:/.../Qt/4.8.6/\projects.pro -o Makefile -spec win32-msvc2008
我认为这会创建Qt的编译库,但问题是这个命令花了6个多小时没有完成。
获取编译文件的另一种方法是什么?
我使用的是Windows 8.1和Qt 4.8.6
更新
被困在这里(msv2008):
4>For tools\xmlpatternsvalidator\xmlpatternsvalidator.pro
4>For translations\translations.pro
4>Qt is now configured for building. Just run nmake.
4>To reconfigure, run nmake confclean and configure.
4>Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
4>Copyright (C) Microsoft Corporation. All rights reserved.
4> C:\legacy_programs\Qt\4.8.6\bin\qmake C:/legacy_programs/Qt/4.8.6/\projects.pro -o Makefile -spec win32-msvc2008
2>order.c
2>Generating Code...
答案 0 :(得分:0)
你无法相信。问题是Avast防病毒软件。这个av阻止VS2008C ++和其他相关的东西。希望这有帮助。当我停用AV时,qmake开始摇滚。