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 708111 - build: Fix automake warnings
build: Fix automake warnings
Status: RESOLVED DUPLICATE of bug 732189
Product: gnome-control-center
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-15 13:33 UTC by Bastien Nocera
Modified: 2014-06-25 10:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Fix automake warnings (10.81 KB, patch)
2013-09-15 13:33 UTC, Bastien Nocera
none Details | Review

Description Bastien Nocera 2013-09-15 13:33:01 UTC
.
Comment 1 Bastien Nocera 2013-09-15 13:33:03 UTC
Created attachment 254969 [details] [review]
build: Fix automake warnings

Warnings of the form:
<foo>/Makefile.am:10: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Comment 2 Rui Matos 2013-09-16 11:50:23 UTC
This doesn't work for me although I can't say why on quick look:

make[5]: Entering directory `/home/rmatos/Source/git.gnome.org/gnome-control-center/panels/wacom/calibrator'
  CC       libwacom_calibrator_test_la-calibrator.lo
  CC       libwacom_calibrator_test_la-calibrator-gui.lo
  CC       libwacom_calibrator_test_la-cc-clock-actor.lo
In file included from calibrator.c:26:0:
calibrator.h:27:18: fatal error: glib.h: No such file or directory
 #include <glib.h>
                  ^
compilation terminated.
In file included from cc-clock-actor.c:22:0:
cc-clock-actor.h:24:18: fatal error: glib.h: No such file or directory
 #include <glib.h>
                  ^
compilation terminated.
calibrator-gui.c:27:24: fatal error: glib/gi18n.h: No such file or directory
 #include <glib/gi18n.h>
                        ^
compilation terminated.
Comment 3 Bastien Nocera 2014-06-25 10:32:50 UTC

*** This bug has been marked as a duplicate of bug 732189 ***