On Tue, 2015-06-30 at 17:07 +0200, Tore Anderson wrote: > * Dan Williams > > > My fault; how about now? > > Much worse, actually. :-) > > The build fails (nma-1.0.2.src.rpm + 8a4ed5a + 1c7c091): > > mobile-helpers.c: In function 'mobile_wizard_done': > mobile-helpers.c:199:26: error: 'NM_SETTING_IP_CONFIG_METHOD' undeclared > (first use in this function) > g_object_set (setting, NM_SETTING_IP_CONFIG_METHOD, > NM_SETTING_IP4_CONFIG_METHOD_AUTO, NULL); > ^ > mobile-helpers.c:199:26: note: each undeclared identifier is reported only > once for each function it appears in > Makefile:927: recipe for target 'nm_applet-mobile-helpers.o' failed > make[4]: *** [nm_applet-mobile-helpers.o] Error 1
Oh hmm, yeah, this change would be 1.1+ only so couldn't be backported directly. The backport would basically be changing both instances of NM_SETTING_IP_CONFIG_METHOD to NM_SETTING_IP4_CONFIG_METHOD and NM_SETTING_IP6_CONFIG_METHOD, respectively. Dan _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
