[Qt-interest] Make command not found ?
Karol Krizka
kkrizka at gmail.com
Thu May 21 14:06:07 CEST 2009
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
More information about the Qt-interest-old
mailing list