G
G
Gleb Igumnov2011-07-03 10:53:44
Eclipse
Gleb Igumnov, 2011-07-03 10:53:44

Compiler paths in Eclipse (win32)

I installed a MinGW + Qt + Eclipse bundle on my computer according to this guide from Habr and for some reason I get an error
Error launching builder (make release )
(Cannot run program "make": Launching failed)

All paths are registered, make is in the Qt directory in bin folder and calls mingw32-make, everything is called from the command line. How to make eclipse see this file?

Qt 4.7.3
MinGW 3.18
Eclipse 3.7.0

OS Win7

Content %PATH%
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell
\v1.0\ ;C:\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\CMake 2.8\bin;C:\Qt\4.7.3-minGW\bin\;c:\bin\minGW\bin\

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
inox, 2011-07-05
@CrazySage

Try in the project properties in the "C / C ++ Build" section in the "Builder Settings" tab, uncheck the "Use default build command" item and enter "mingw32-make" in the field following it.

B
barker, 2011-07-04
@barker

I would start by getting rid of spaces in any paths as much as possible ( see C:\Program Files\CMake 2.8\bin ). Hemorrhagic with this is very common, especially in java and near-java technologies.

M
mitry, 2011-07-03
@mitry

Insert ;before C:\Qt\in%PATH%

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question