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 255673

Summary: Can't find libraries for C/C++ after El Capitàn update
Product: cnd Reporter: ldallasta
Component: executionAssignee: ilia
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description ldallasta 2015-10-03 14:24:42 UTC
Hi everybody.

After "OSX El Capitàn" update, Netbeans says me that it "cannot find any include file" and some other similar stuff. I tried to reinstall the program because I encountered a similar problem with another application, but it does not resolve my problem.

What can I do? Have I to modify some paths in the preferences?

Thank you very much.
Comment 1 soldatov 2015-12-30 14:29:35 UTC
In my environment In fresh OSX 10.11.2 a NetBeans can recognize system header files.
Comment 2 ilia 2016-06-15 08:27:08 UTC
ldallasta,

Go to Tools -> Options -> C/C++ -> Code assistance.
Check both C and C++ tabs and verify that all needed include directories are listed.

Also please try to compile your code (or simple example, e.g. Samples -> Quote) even if NetBeans says that there are problems with headers. Is compilation successful?

Thanks!