Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] problems to build project

Hi Gustavo,

> (Cannot run program "make": Launching failed)

My guess is that either (1) make is not installed in Cygwin, or (2)
there is a problem with your PATH.

Regarding (1)... if you start a Cygwin command prompt and type "make,"
what output do you get?  If make is properly installed in Cygwin, you
should get output like

make: *** No targets specified and no makefile found.

If it's not properly installed, you'll get output more like

bash: make: command not found

Jeff


Back to the top