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 100977 - "Parser Settings" window can not find settings for compilers have been added in IDE
Summary: "Parser Settings" window can not find settings for compilers have been added ...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-13 14:38 UTC by soldatov
Modified: 2007-08-07 14:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2007-04-13 14:38:34 UTC
Steps:
- Run Netbeans with fresh user dir on machine without GCC in PATH
- Push "Tools|Options" menu item
- Select "C/C++" tab
- Add /usr/sfw/bin path (or other path to your gcc) into "Current Path" table
==> "GNU Compiler Collection" string appears in "Compiler Collection" listbox
- Select "GNU Compiler Collection" in "Compiler Collection" listbox
- Switch on "Code Assistance" tab
- Press "Parser Settings" tab
==> I can not find "GNU Compiler Collection" settings in this tab!!!
- Close "Options" window
- Push "Tools|Options" menu item again
- Press "Parser Settings" button again
==> 
"Could not successfully run the gcc compiler to configure the built-in source
file parser. Please make sure gcc is in your PATH and restart the IDE" message
appears!!!
Comment 1 Alexander Pepin 2007-05-15 19:42:51 UTC
another scenario causing the same error window:
- Run Netbeans with fresh user dir on machine without GCC in PATH
- Push "Tools|Options" menu item
- Select "C/C++" tab
- Add /usr/sfw/bin path (or other path to your gcc) into "Current Path" table
==> "GNU Compiler Collection" string appears in "Compiler Collection" listbox
- close "Tools|Options" window
- try to open any precreated C/C++ project
Result: "Could not successfully run the gcc/g++ compiler to configure the
built-in source file parser. Please make sure gcc/g++ is in your PATH and
restart the IDE" message appears.
Comment 2 _ gordonp 2007-06-22 22:24:41 UTC
Fixed. I'd like several days for more testing before QE starts banging on this.
Comment 3 _ gordonp 2007-06-22 22:38:24 UTC
Sorry, I meant to close 102876, not this issue.
Comment 4 _ gordonp 2007-06-26 23:55:04 UTC
Fixed
Comment 5 Alexander Pepin 2007-08-07 14:09:09 UTC
verified in 5.5.1_u1 CND build (20070802).