This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 235375 - IDE composes wrong make comand upon build
Summary: IDE composes wrong make comand upon build
Status: RESOLVED DUPLICATE of bug 229794
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 01:58 UTC by terminatorul
Modified: 2013-09-02 07:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Tool configuration (265.19 KB, image/png)
2013-09-02 01:58 UTC, terminatorul
Details
Build result (190.34 KB, image/png)
2013-09-02 01:59 UTC, terminatorul
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terminatorul 2013-09-02 01:58:47 UTC
Created attachment 139548 [details]
Tool configuration

I have set up the Tools collection with family MinGW-TDM, I created a new C++ project, added existing source (I have no existing Makefile, just a single .cc file), and tried to build.

The IDE composes a make command with the project directory pre-pended to the make tool given in the Tool collection, and outputs:

"/c/Users/Adrian/Documents/NetBeansProjects/msd-radix-sort/"C:/MinGW/msys/1.0/bin/make.exe"" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
/bin/sh: /c/Users/Adrian/Documents/NetBeansProjects/msd-radix-sort/C:/MinGW/msys/1.0/bin/make.exe: No such file or directory
make.exe": *** [.build-impl] Error 127


BUILD FAILED (exit value 2, total time: 107ms)

The configuration for the MinGW-TDM Tools Collection is fine, and it can show versions for all tools that I fill in, including the make program.
Comment 1 terminatorul 2013-09-02 01:59:33 UTC
Created attachment 139549 [details]
Build result
Comment 2 soldatov 2013-09-02 07:03:06 UTC
it is issue 228730 or issue 229794. First issue is fixed in NetBeans 7.3.1 patch 2.
Comment 3 Alexander Simon 2013-09-02 07:22:26 UTC

*** This bug has been marked as a duplicate of bug 229794 ***