qt + mingw installation issues
I have downloaded qt-mingw and installed it. Mingw was downlioaded during installtion. then in installed qdevelop.
This resulted in the complainment of qdevelop not knowing where make, gdb and ctags are located. I set up make as he mingw-make.exe.
Now qdevelop starts compiling, but it ends with the error:
Quote:
Erstellen (make)...
C:/MinGW/bin/mingw32-make.exe -f Makefile.Release
mingw32-make.exe[1]: Entering directory `C:/Dokumente und Einstellungen/Matthias/Eigene Dateien/DEv/Qt/examples/chap01/hello'
mingw32-make.exe[1]: Leaving directory `C:/Dokumente und Einstellungen/Matthias/Eigene Dateien/DEv/Qt/examples/chap01/hello'
Makefile.Release:58: *** missing separator. Stop.
C:\MinGW\bin\mingw32-make.exe: *** [release] Error 2
what is wrong ?
PS: Visual Studio is installed as well, but not used here.
Re: qt + mingw installation issues
Could you try compiling the same hello world example with Qt Command Prompt (in Start-menu)?
Re: qt + mingw installation issues
Same error like everytime... LIB and INCLUDE env vars contain paths to ms headers.
http://www.qtcentre.org/forum/f-inst...hlight=include
Re: qt + mingw installation issues
Hello,
I am trying to compile a "hello world" project with Visual studio 2005, by following this guide:
http://www.telldus.se/qt/tutorial.pdf
And i have exactly the same error as pospiech, but I didn't really understand the solution :confused: ...
What is the problem? The makefile is badly generated?
How do we generate it right?
What does it has to do with LIB and INCLUDE? I don't even have such env. variables...
Thank you for your precisions.