[Wireshark-dev] r43579 Generic preference implementation broken compile

2012-07-06 Thread Stephen Fisher
SVN revision 43579 broke compilation: prefs_nameres.c: In function 'nameres_prefs_show': prefs_nameres.c:109: error: 'e_prefs' has no member named 'name_resolve' prefs_nameres.c:126: error: 'e_prefs' has no member named 'name_resolve' This is one case of trying to use the variable that no longer

Re: [Wireshark-dev] r43579 Generic preference implementation broken compile

2012-07-06 Thread Pascal Quantin
2012/7/6 Stephen Fisher st...@stephen-fisher.com SVN revision 43579 broke compilation: prefs_nameres.c: In function 'nameres_prefs_show': prefs_nameres.c:109: error: 'e_prefs' has no member named 'name_resolve' prefs_nameres.c:126: error: 'e_prefs' has no member named 'name_resolve' This

Re: [Wireshark-dev] r43579 Generic preference implementation    broken compile

2012-07-06 Thread Stephen Fisher
On Fri, 06 Jul 2012 11:57:35 -0600 Pascal Quantinpascal.quan...@gmail.com wrote give a try to current top of tree: it should compile. I just did an svn update again and I'm at r43588 but still the same problem.

Re: [Wireshark-dev] r43579 Generic preference implementation broken compile

2012-07-06 Thread mmann78
. -Original Message- From: Pascal Quantin pascal.quan...@gmail.com To: Developer support list for Wireshark wireshark-dev@wireshark.org Sent: Fri, Jul 6, 2012 1:59 pm Subject: Re: [Wireshark-dev] r43579 Generic preference implementation broken compile 2012/7/6 Stephen Fisher st

Re: [Wireshark-dev] r43579 Generic preference implementation broken compile

2012-07-06 Thread Stephen Fisher
On Fri, 06 Jul 2012 12:03:30 -0600 mman...@netscape.net wrote Also, prefs_nameres.c shouldn't be building anymore. The top of the tree should have it removed from any makefiles (unless I screwed up the patch). The functionality of prefs_nameres.c was replaced with the

Re: [Wireshark-dev] r43579 Generic preference implementation broken compile

2012-07-06 Thread mmann78
To: Developer support list for Wireshark wireshark-dev@wireshark.org Sent: Fri, Jul 6, 2012 2:24 pm Subject: Re: [Wireshark-dev] r43579 Generic preference implementation broken compile On Fri, 06 Jul 2012 12:03:30 -0600 mman...@netscape.net wrote Also, prefs_nameres.c shouldn't

Re: [Wireshark-dev] r43579 Generic preference implementation broken compile

2012-07-06 Thread Guy Harris
On Jul 6, 2012, at 11:43 AM, mman...@netscape.net wrote: Yes, the following files can now be deleted: OK, I've deleted them from the trunk. I thought removing them was part of the patch for bug 7402, but they still show up in the SVN (perhaps I didn't create the patch correctly). I'm not

Re: [Wireshark-dev] r43579 Generic preference implementation broken compile

2012-07-06 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Guy Harris Sent: den 7 juli 2012 01:23 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] r43579 Generic preference implementation broken compile

Re: [Wireshark-dev] r43579 Generic preference implementation broken compile

2012-07-06 Thread Guy Harris
On Jul 6, 2012, at 4:26 PM, Guy Harris wrote: BTW, when I run the resulting version of Wireshark, I get: (wireshark:1004): Gtk-WARNING **: Attempting to add a widget with type GtkVBox to a container of type GtkFrame, but the widget is already inside a container of type GtkFrame, the GTK+