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

Summary: "Parser Settings" window can not find settings for compilers have been added in IDE
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: _ gordonp <gordonp>
Status: VERIFIED FIXED    
Severity: blocker CC: apepin
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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).