Bug 209117 - the include path is wrong in the pkgconfig file
Summary: the include path is wrong in the pkgconfig file
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: libexif
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matthias Clasen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC6Update
TreeView+ depends on / blocked
 
Reported: 2006-10-03 12:08 UTC by Aurelien Bompard
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-10-03 14:27:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Aurelien Bompard 2006-10-03 12:08:58 UTC
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

Comment 1 Matthias Clasen 2006-10-03 14:27:48 UTC
This is an intentional change, AFAICS. You are supposed to 

#include <libexif/exif-data.h>


Note You need to log in before you can comment on or make changes to this bug.