Re: CVS-1-27 compile error explained

2005-01-29 Thread Nathan Fredrickson
On Sat, 2005-29-01 at 22:59 -0500, Nathan Fredrickson wrote: > On Sat, 2005-29-01 at 17:38 -0500, Dan Williams wrote: > > Well, I decided to try not to use deprecated functions, and since a number > > of the gnome guys here at work have been trying to get rid of libgnomeui > > (for good reason),

Re: CVS-1-27 compile error explained

2005-01-29 Thread Bill Moss
Nathan, the patch took care of the deprecated gnome function but returning panel-applet/Makefile.am to its original form, still leads to warnings regarding the syntaz: _( ). See below. In eggtrayicon.c, gtkcellrendererprogress.c, and gtkcellview.c, I find #define _(x) x By adding this to menu-i

Missing "search" entry in /etc/resolv.conf written by NetworkManager

2005-01-29 Thread David S. Johnson
The nameserver entries are correctly generated from the "option domain-name-servers" info in the DHCP server, but the search entry is missing, even though the DHCP server has an "option domain-name" entry. I believe this is new, as I did not have this problem with the prior update to NetworkMa

Re: CVS-1-27 compile error explained

2005-01-29 Thread Nathan Fredrickson
On Sat, 2005-29-01 at 17:38 -0500, Dan Williams wrote: > Well, I decided to try not to use deprecated functions, and since a number > of the gnome guys here at work have been trying to get rid of libgnomeui > (for good reason), it seems this one has gone away. I'll have to ask > around what the

Re: CVS-1-27 compile error explained

2005-01-29 Thread Dan Williams
On Sat, 29 Jan 2005, Bill Moss wrote: > I deleted the line > > -DGNOME_DISABLE_DEPRECATED \ > > from panel-applet/Makefile.am and NM compiled without error. > > Is this is a bug in > > libgnomeui-2.9.1-1 > libgnomeui-devel-2.9.1-1 > > or a bug in

Re: CVS-1-27 compile errors resolved

2005-01-29 Thread Dan Williams
On Sat, 29 Jan 2005, Bill Moss wrote: > #define _(x) (x) Ok, this is for gettext, which defines the _() function to be its funcction to grab the translation out of the .po files. That's interesting. > In addition, in the file NMWirelessApplet.c, I added > > #include > void gnome_window_icon_

CVS-1-27 compile error explained

2005-01-29 Thread Bill Moss
As part of my upgrade of packages from rawhide yesterday, I upgraded to libgnomeui-2.9.1-1 libgnomeui-devel-2.9.1-1 The file panel-applet/Makefile.am defines the macro GNOME_DISABLE_DEPRECATED with the line -DGNOME_DISABLE_DEPRECATED \ The file panel-

CVS-1-27 compile errors resolved

2005-01-29 Thread Bill Moss
After upgrading dbus, hal, and a whole lot more from rawhide, compile errors occurred in the panel-applet directory. I resolved these as follows but the fix is a hack and I don't understand it. In the files menu-info.c, NMWirelessApplet.c, NMWirelessAppletOtherNetworkDialog.c I added #define _