GNOME Bugzilla – Bug 646116
Missing header file prevents gnome-desktop from building. (Patch included)
Last modified: 2011-03-29 17:14:31 UTC
Created attachment 184598 [details] [review] Add missing header file I am unable to build the latest gnome-desktop module with JHBuild. The error message is: gnome-rr.c:1662: warning: ‘xrotation_from_rotation’ defined but not used CC gnome-rr-config.lo CC gnome-rr-output-info.lo In file included from gnome-rr-output-info.c:31: gnome-rr-private.h:40: error: expected specifier-qualifier-list before ‘Display’ make[2]: *** [gnome-rr-output-info.lo] Error 1 make[2]: Leaving directory `/home/dreamer/src/gnome/trunk/gnome-desktop/libgnome-desktop' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dreamer/src/gnome/trunk/gnome-desktop' make: *** [all] Error 2 *** Error during phase build of gnome-desktop: ########## Error running make *** [1/1] [1] Rerun phase build [2] Ignore error and continue to install [3] Give up on module The problem is missing header file in gnome-desktop/libgnome-desktop/gnome-rr-private.h. With the applied patch I am able to build.
This is a duplicate of bug #643940; please see comment #6 there for a patch. *** This bug has been marked as a duplicate of bug 643940 ***