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 681864 - Build break with git version of network-manager-applet
Build break with git version of network-manager-applet
Status: RESOLVED DUPLICATE of bug 681752
Product: gnome-control-center
Classification: Core
Component: Network
unspecified
Other Linux
: Normal critical
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-14 17:04 UTC by Travis Reitter
Modified: 2012-08-16 17:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Travis Reitter 2012-08-14 17:04:56 UTC
The git master version of network-manager-applet breaks API and a header name in libnm-gtk, which subsequently breaks the build for gnome-control-center.

Gnome Control Center #includes nm-wireless-dialog.h and uses its functions. However, this dialog was renamed to nm-wifi-dialog.h and its functions renamed.
Comment 1 Richard Hughes 2012-08-16 10:06:35 UTC
Are you using -WError? I just get:

network-dialogs.c:110:2: warning: 'nma_wireless_dialog_get_type' is deprecated (declared at /home/hughsie/Code/gnome3/.root/include/libnm-gtk/nm-wireless-dialog.h:56): Use 'nma_wifi_dialog_get_type' instead [-Wdeprecated-declarations]
Comment 2 Travis Reitter 2012-08-16 17:03:59 UTC

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