• 6747阅读
  • 7回复

creator IDE 1.2.1 Build All时启动了一堆make进程,产生了死循环 [复制链接]

上一主题 下一主题
离线yuanlulu
 
只看楼主 正序阅读 楼主  发表于: 2009-12-10
— 本帖被 XChinux 从 Qt for Linux/X11 移动到本区(2010-02-08) —


编译一个串口调试助手时
从管理器中看到以上现象,产生了至少一百个make进程。请各位帮忙看看可能是哪方面的问题。
我用IDE编译hello world就没问题。
[ 此帖被yuanlulu在2009-12-10 17:10重新编辑 ]
离线bj_tzy

只看该作者 7楼 发表于: 2011-07-27
顶楼上。我也改过系统时间,然后遇到了这个问题,把系统时间该回来后就没问题了。
离线santhtony

只看该作者 6楼 发表于: 2010-08-22
x 知道怎么回事了 系统时间被我改过
-------------> ------->       http://www.likeqt.com
离线santhtony

只看该作者 5楼 发表于: 2010-08-22
我也遇到了这个我问题  郁闷啊 研究一下....
-------------> ------->       http://www.likeqt.com
离线yuanlulu
只看该作者 4楼 发表于: 2009-12-10
编译信息出现一堆如下提示
mingw32-make: Entering directory `D:/My Documents/Qt/guihello'
c:\Qt\2009.04\qt\bin\qmake.exe -spec c:\Qt\2009.04\qt\mkspecs\win32-g++ -win32 -o Makefile guihello.pro
mingw32-make: Leaving directory `D:/My Documents/Qt/guihello'
mingw32-make: Entering directory `D:/My Documents/Qt/guihello'
c:\Qt\2009.04\qt\bin\qmake.exe -spec c:\Qt\2009.04\qt\mkspecs\win32-g++ -win32 -o Makefile guihello.pro
mingw32-make: Leaving directory `D:/My Documents/Qt/guihello'
mingw32-make: Entering directory `D:/My Documents/Qt/guihello'
c:\Qt\2009.04\qt\bin\qmake.exe -spec c:\Qt\2009.04\qt\mkspecs\win32-g++ -win32 -o Makefile guihello.pro
mingw32-make: Leaving directory `D:/My Documents/Qt/guihello'
mingw32-make: Entering directory `D:/My Documents/Qt/guihello'
c:\Qt\2009.04\qt\bin\qmake.exe -spec c:\Qt\2009.04\qt\mkspecs\win32-g++ -win32 -o Makefile guihello.pro
mingw32-make: Leaving directory `D:/My Documents/Qt/guihello'
mingw32-make: Entering directory `D:/My Documents/Qt/guihello'
c:\Qt\2009.04\qt\bin\qmake.exe -spec c:\Qt\2009.04\qt\mkspecs\win32-g++ -win32 -o Makefile guihello.pro
mingw32-make: Leaving directory `D:/My Documents/Qt/guihello'
mingw32-make: Entering directory `D:/My Documents/Qt/guihello'
c:\Qt\2009.04\qt\bin\qmake.exe -spec c:\Qt\2009.04\qt\mkspecs\win32-g++ -win32 -o Makefile guihello.pro
mingw32-make: Leaving directory `D:/My Documents/Qt/guihello'
mingw32-make: Entering directory `D:/My Documents/Qt/guihello'
c:\Qt\2009.04\qt\bin\qmake.exe -spec c:\Qt\2009.04\qt\mkspecs\win32-g++ -win32 -o Makefile guihello.pro
离线yuanlulu
只看该作者 3楼 发表于: 2009-12-10
我自己用了以上方法,还是间歇性出现死循环的问题,有人有啥好方法吗??
离线yuanlulu
只看该作者 2楼 发表于: 2009-12-10
qt build 时产生死循环的解决方法。

http://blog.sina.com.cn/s/blog_5edf6e150100d8u4.html

修改C:\Qt\2009.02\mingw\bin下的mingw32-make.exe文件,把该文件复制一下并改名为make.exe

有人说*.pro文件里重复包含一个文件也会产生死循环

http://www.qtcn.org/bbs/read.php?tid=23713这也有人遇到此问题
离线yuanlulu
只看该作者 1楼 发表于: 2009-12-10
qt build 时产生死循环的解决方法。

http://blog.sina.com.cn/s/blog_5edf6e150100d8u4.html

修改C:\Qt\2009.02\mingw\bin下的mingw32-make.exe文件,把该文件复制一下并改名为make.exe

有人说*.pro文件里重复包含一个文件也会产生死循环

http://www.qtcn.org/bbs/read.php?tid=23713这也有人遇到此问题
快速回复
限100 字节
 
上一个 下一个