GNOME Bugzilla – Bug 681864
Build break with git version of network-manager-applet
Last modified: 2012-08-16 17:03:59 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.
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]
*** This bug has been marked as a duplicate of bug 681752 ***