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 - Not possible to use include directives through pkg-config
Summary: Not possible to use include directives through pkg-config
Status: RESOLVED DUPLICATE of bug 123938
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-22 18:08 UTC by Vladimir Voskresensky
Modified: 2008-10-13 19:29 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***