Bug 209117
| Summary: | the include path is wrong in the pkgconfig file | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Aurelien Bompard <gauret> |
| Component: | libexif | Assignee: | Matthias Clasen <mclasen> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-10-03 14:27:48 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 207681 | ||
This is an intentional change, AFAICS. You are supposed to #include <libexif/exif-data.h> |
Description of problem: The include files are in /usr/include/libexif but this path is not in the pkgconfig file. On FC6 : $ grep Cflags /usr/lib/pkgconfig/libexif.pc Cflags: -I${includedir} Building of libexif-dependent apps fail with message: error: exif-data.h: No such file or directory (tested with gwenview as in extras cvs) On FC5 : $ grep Cflags /usr/lib/pkgconfig/libexif.pc Cflags: -I${includedir}/libexif -I${includedir} An the build works. Version-Release number of selected component (if applicable): libexif-devel-0.6.13-2