Qt-5.0.1-mingw + Qwt-6.1.0 on Windows7. Error in Compilation with examples
hi ppl,
its been long time since i posted a query. :), as it was going smooth. recently, i hv downloaded Qt-5.0.1-mingw version and tried to compile it on windows7. but i got the following error when i enabled either of the three (examples, mathlib, playground). pls suggest, where its going wrong.
earlier, i was using Qwt-6.1.0 on Windows7 with Qt-5.0.0 successfully.
this is the error:
Code:
mingw32-make[1]: Entering directory 'C:/qwt-6.1.0/examples'
cd animation\ && ( if not exist Makefile C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin\qmak
e.exe C:\qwt-6.1.0\examples\animation\animation.pro -o Makefile ) && mingw32-mak
e -f Makefile
mingw32-make[2]: Entering directory 'C:/qwt-6.1.0/examples/animation'
C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin\qmake.exe -o Makefile animation.pro
ASSERT: "fileName.isEmpty() || isAbsolutePath(fileName)" in file Q:\qt5_workdir\
w\s\qtbase/qmake/library/ioutils.cpp, line 61
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Thanks in advance.
swamy.
Re: Qt-5.0.1-mingw + Qwt-6.1.0 on Windows7. Error in Compilation with examples
Well it is qmake that runs into an assertion. Contact the Qt support channels or add a bug report to the Qt task tracker - I'm afraid there is not much I can do.
Uwe
Re: Qt-5.0.1-mingw + Qwt-6.1.0 on Windows7. Error in Compilation with examples
I'm having the same problem. Any help ?
Re: Qt-5.0.1-mingw + Qwt-6.1.0 on Windows7. Error in Compilation with examples
The same answer: when qmake is crashing you have to talk to the qmake development.
Let me know, when they have a fix or workaround,
Uwe
Re: Qt-5.0.1-mingw + Qwt-6.1.0 on Windows7. Error in Compilation with examples
Try
qmake -unset QMAKEFEATURES
it worked for me..
Re: Qt-5.0.1-mingw + Qwt-6.1.0 on Windows7. Error in Compilation with examples
Quote:
Originally Posted by
maharnab91
Try
qmake -unset QMAKEFEATURES
it worked for me..
This worked! Thanks so much.