I'm attempting to build NM on an LFS system, but getting compile errors out of vpn-properties. Basically, it's unable to find the GnomeDruid code, which has been deprecated in libgnomeui-2.20. The fix appears to simply to remove -DGNOME_DISABLE_DEPRECATED from gnome/vpn-properties/Makefile.am. A patch is added, although it's probably quicker to fix by hand... Simon.
diff -Naur NetworkManager-0.6.5/gnome/vpn-properties/Makefile.am NetworkManager-0.6.5-new/gnome/vpn-properties/Makefile.am --- NetworkManager-0.6.5/gnome/vpn-properties/Makefile.am 2007-04-19 06:13:08.000000000 +1200 +++ NetworkManager-0.6.5-new/gnome/vpn-properties/Makefile.am 2007-10-01 22:00:31.000000000 +1200 @@ -26,7 +26,6 @@ -DGLADEDIR=\""$(gladedir)"\" \ -DG_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED \ - -DGNOME_DISABLE_DEPRECATED \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DVERSION=\"$(VERSION)\" \ $(NULL)
Attachment:
signature.asc
Description: This is a digitally signed message part