After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 321780 - Use #include <cairo.h> instead of <cairo/cairo.h>
Use #include <cairo.h> instead of <cairo/cairo.h>
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: fish
2.13.x
Other All
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-18 07:58 UTC by Jens Granseuer
Modified: 2005-12-14 23:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Fix include path for cairo (282 bytes, patch)
2005-11-18 07:59 UTC, Jens Granseuer
none Details | Review

Description Jens Granseuer 2005-11-18 07:58:54 UTC
Version details: 2.13.2

The pkgconfig setup adds "-I<cairo_include_dir>/cairo" to the CFLAGS, so unless
cairo happens to be installed in a prefix that is included anyway

#include <cairo/cairo.h>

doesn't work.

The line should simply be

#include <cairo.h>

instead.
Comment 1 Jens Granseuer 2005-11-18 07:59:25 UTC
Created attachment 54905 [details] [review]
Fix include path for cairo
Comment 2 Vincent Untz 2005-12-14 23:14:53 UTC
Thanks, fixed in HEAD.