On Tue, Nov 18, 2008 at 1:06 PM, Santiago Capel Torres <[EMAIL PROTECTED]> wrote: > I've got both programs from the current SVN repositories, shouldn't they be > in sync?
They are, but you also tell nm-applet where to look for the headers and libraries and it looks like it finds the wrong ones (by distro's packages most likely). When you run configure for NetworkManager, pass --prefix=/foo/bar and before configure in nm-applet, set 'export PKG_CONFIG_PATH=/foo/bar/lib/pkgconfig:$PKG_CONFIG_PATH' environment variable. Tambet _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
