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 642369 - Wrong location for gdesktop-enums.h header
Wrong location for gdesktop-enums.h header
Status: RESOLVED FIXED
Product: gsettings-desktop-schemas
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gsettings-desktop-schemas-maint
gsettings-desktop-schemas-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-15 13:15 UTC by Alexander Larsson
Modified: 2011-02-17 20:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexander Larsson 2011-02-15 13:15:07 UTC
There is an issue with the gsettings-desktop-schemas/gdesktop-enums.h location.

Its currently in $prefix/include/gsettings-desktop-schemas/gdesktop-enums.h, but pkg-config --cflags gsettings-desktop-schemas gives you -I$prefix/include/gsettings-desktop-schemas.

Current files use #include <gsettings-desktop-schemas/gdesktop-enums.h> which breaks the build.

So, either the file has to be included as <gdesktop-enums.h>, or moved to $prefix/include/gsettings-desktop-schemas/gsettings-desktop-schemas/gdesktop-enums.h.
Comment 1 Alexander Larsson 2011-02-17 20:02:42 UTC
Other modules seem to do #include <gdesktop-enums.h>, so i'm pushing that change.