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 - Can't find libraries for C/C++ after El Capitàn update
Summary: Can't find libraries for C/C++ after El Capitàn update
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-03 14:24 UTC by ldallasta
Modified: 2016-06-15 08:27 UTC (History)
0 users

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 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!