[Qt-interest] Make command not found ?

John McClurkin jwm at nei.nih.gov
Thu May 21 14:52:57 CEST 2009


Kosta wrote:
> Ah, I found out where is the problem.
> I have used "make" instead of "mingw32-make". It's strange, because 2 
> months ago I was using "make" and there was no problems at all.

Have you upgraded Qt or mingw? Two months ago you may have had a 
make.bat file in your Qt execution path that called mingw32-make. This 
bat file could have been in either the mingw/bin directory or the Qt/bin 
directory.

The file
> should also be with "*.cpp".

When I compile on Windows XP with mingw, files can also have the 
extension "*.C".

> 
> 
> 
> ----- Original Message ----- From: "Karol Krizka" <kkrizka at gmail.com>
> To: "Kosta" <userqt at gmail.com>
> Cc: <qt-interest at trolltech.com>
> Sent: Thursday, May 21, 2009 3:06 PM
> Subject: Re: [Qt-interest] Make command not found ?
> 
> 
>> On Thu, 2009-05-21 at 14:52 +0300, Kosta wrote:
>>> Hello,
>>> I am trying to run the first simple example from the Facing the wall
>>> tutorial. http://doc.trolltech.com/4.4/tutorials-tutorial-t1.html .
>>> I run qmake -project, after that qmake, but when I execute make :
>>> 'make' is not recognized as an internal or external command,
>>> operable program or batch file.
>>> Any ideas why ?
>>>
>> Are you using Windows/Linux/MacOSX? Do you have the proper build tools
>> installed?
>>
>>> From the error message, it seems to me that you are on Windows. If that
>> is true, what compiler are you using? MinW or Visual Studio? If you are
>> using Visual Studio, you need to run nmake instead of make. If you are
>> using MinW, I think (not 100% sure, I use cygwin where you do need to
>> use the cygwin shell) you might need to use the MinW shell to run
>> everything.
>>
>> -- 
>> Cheers,
>> Karol Krizka
>> http://www.krizka.net
>>
>>
>>
>> __________ Information from ESET NOD32 Antivirus, version of virus 
>> signature database 4093 (20090521) __________
>>
>> The message was checked by ESET NOD32 Antivirus.
>>
>> http://www.eset.com
>>
>>
>>
> 
> 
> __________ Information from ESET NOD32 Antivirus, version of virus 
> signature database 4093 (20090521) __________
> 
> The message was checked by ESET NOD32 Antivirus.
> 
> http://www.eset.com
> 
> 



More information about the Qt-interest-old mailing list