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 113149 - No Compilers Found
Summary: No Compilers Found
Status: CLOSED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-18 17:10 UTC by pringle
Modified: 2007-11-23 15:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The .rtf file contains a screen dump. (74.06 KB, application/octet-stream)
2007-08-18 17:25 UTC, pringle
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pringle 2007-08-18 17:10:17 UTC
Selected File, New Project, C/C++ Development, C++ Application. The Make box says "make" and <Not Found> in red is
displayed. When the version button is selected, nothing happens. In compiler section "No Compilers Found" is displayed.
Comment 1 pringle 2007-08-18 17:25:50 UTC
Created attachment 46841 [details]
The .rtf file contains a screen dump.
Comment 2 _ gordonp 2007-08-20 16:06:07 UTC
My first question is do you have either Cygwin (including make) or MinGW/MSys
(including MSys' make) on your PC? If not then you need to install them. We do
not bundle build tools with the C/C++ pack. See the installation and setup guide
at http://www.netbeans.org/community/releases/55/1/cnd-install.html for details.

If you do have these tools then they aren't in your Path. You can temporarily
add the directory to your path in the IDE (either the validation window you
see when you try to build your project or in the Tools->Options C/C++ tab
labeled Build Tools. Once you've added a directory with "make" the red <not
found> will go away.

For a permanent solution you'll need to modify your Path in Windows. The setup
section of the above document tells you how to do that (or at least tells you
enough to find the relevant Windows help topics).

I'm closing this as invalid because you haven't put any information here which
points to this being a bug. The image you sent me, while it doesn't show your
complete path, doesn't show any GNU build tools.

If the required build tools *are* in your path then you can reopen this issue.
But please provide enough information to demonstrate why you think its a defect.
Comment 3 Alexander Pepin 2007-11-23 15:29:27 UTC
close the issue assuming that the user has coped with the problems.