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 133701

Summary: Not possible to use include directives through pkg-config
Product: cnd Reporter: Vladimir Voskresensky <vv159170>
Component: ProjectAssignee: Thomas Preisler <thp>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: gordonp
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Vladimir Voskresensky 2008-04-22 18:08:08 UTC
When I developed gtk+ application I had to configure project properties for correct resolving include paths and correct
building.
the correct way for this is to specify `pkg-config --cflags gtk+-2.0` and it's output is used as -I options for
compilation, but specifying such option in "Additional Compile Options" doesn't allow code model to know about them,
because project system returns only implicitly defined "Include Directives"
Comment 1 Alexey Vladykin 2008-10-13 19:29:37 UTC

*** This issue has been marked as a duplicate of 123938 ***