Re: [Wireshark-dev] #ifdef mess

2016-03-28 Thread Guy Harris
On Mar 28, 2016, at 3:30 PM, Joerg Mayer wrote: > Earlier today I committed 30900b443b85a7e760d703ca3d6efe61df4fe623, which I'm > incredibly unproud of because of readablity: > > static void > -get_reordercap_runtime_info(GString *str _U_) > +get_reordercap_runtime_info( >

[Wireshark-dev] #ifdef mess

2016-03-28 Thread Joerg Mayer
Hello list, I've been meaning to write this mail for some years now but finally got around to it. Earlier today I committed 30900b443b85a7e760d703ca3d6efe61df4fe623, which I'm incredibly unproud of because of readablity: static void -get_reordercap_runtime_info(GString *str _U_)

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 14.04 x64

2016-03-28 Thread Joerg Mayer
OK I take back my remark that packet-actrace.h works properly. The const line is not in the taps_wslua.c file. No idea what I saw previously. So maybe make-taps.pl shoudl print a warning/error when it drops an element? Thanks Jörg -- Joerg Mayer

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 14.04 x64

2016-03-28 Thread João Valverde
On 28-03-2016 16:30, Joerg Mayer wrote: On Mon, Mar 28, 2016 at 04:04:48PM +0100, João Valverde wrote: The variable is set but not used. Nothing strange about the warning. Pascal seems to have understood what I meant: The variable is indeed unused and the compiler should complain about this

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 14.04 x64

2016-03-28 Thread Joerg Mayer
On Mon, Mar 28, 2016 at 04:04:48PM +0100, João Valverde wrote: > The variable is set but not used. Nothing strange about the warning. Pascal seems to have understood what I meant: The variable is indeed unused and the compiler should complain about this no matter whether it is declared unused or

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 14.04 x64

2016-03-28 Thread Pascal Quantin
Hi Jörg, 2016-03-28 16:51 GMT+02:00 Joerg Mayer : > On Mon, Mar 28, 2016 at 02:26:41PM +, buildbot-no-re...@wireshark.org > wrote: > > The Buildbot has detected a new failure on builder Ubuntu 14.04 x64 > while building wireshark. Full details are available at: > > >

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 14.04 x64

2016-03-28 Thread João Valverde
On 28-03-2016 15:51, Joerg Mayer wrote: On Mon, Mar 28, 2016 at 02:26:41PM +, buildbot-no-re...@wireshark.org wrote: The Buildbot has detected a new failure on builder Ubuntu 14.04 x64 while building wireshark. Full details are available at:

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Ubuntu 14.04 x64

2016-03-28 Thread Joerg Mayer
On Mon, Mar 28, 2016 at 02:26:41PM +, buildbot-no-re...@wireshark.org wrote: > The Buildbot has detected a new failure on builder Ubuntu 14.04 x64 while > building wireshark. Full details are available at: > >

Re: [Wireshark-dev] Localization problem with UTF entities

2016-03-28 Thread Alexis La Goutte
On Thu, Mar 24, 2016 at 10:43 PM, Thomas Wiens wrote: > found out that changing the entry in "wireshark_de.ts" to: > Check for Updates… > still does the job. > > I have missed the point to regenerate the .qm file, calling lrelease > program from Qt directory. > > But the .ts

Re: [Wireshark-dev] Fwd: About building the wireshark

2016-03-28 Thread woniu1...@gmail.com
Hi, After configure with "--disable-warnings-as-errors" , make without problems. There are two other problems: 1. I have install an older version of wireshark on my Ubuntu 12.04, is it OK to run "make insall" to install wireshark? Or is it possible to run the new make wireshark without

Re: [Wireshark-dev] Fwd: About building the wireshark

2016-03-28 Thread João Valverde
On 28-03-2016 08:59, woniu1...@gmail.com wrote: Hi, Thanks for your help. "-nn' works well now, but I got another problem as below: (I am a newbie for C) make[2]: Leaving directory `/home/lqx/bin/wireshark-2.1.0-2469-g162df25/ui/qt' Making all in ui/gtk make[2]: Entering

Re: [Wireshark-dev] Fwd: About building the wireshark

2016-03-28 Thread woniu1...@gmail.com
Hi, Thanks for your help. "-nn' works well now, but I got another problem as below: (I am a newbie for C) make[2]: Leaving directory `/home/lqx/bin/wireshark-2.1.0-2469-g162df25/ui/qt' Making all in ui/gtk make[2]: Entering directory `/home/lqx/bin/wireshark-2.1.0-2469-g162df25/ui/gtk' make

Re: [Wireshark-dev] Fwd: About building the wireshark

2016-03-28 Thread João Valverde
On 28-03-2016 07:22, LIN Qingxiang(林清祥) wrote: Hi, This is the verbose build output for MOC: lqx@bogon:~/bin/wireshark-2.1.0-2469-g162df25/ui/qt$ make V=1 about_dialog.moc.cpp /usr/bin/moc -qt=5 --no-notes -I.. -I../.. -o about_dialog.moc.cpp about_dialog.h moc: Invalid

Re: [Wireshark-dev] Fwd: About building the wireshark

2016-03-28 Thread 林清祥
Hi, This is the verbose build output for MOC: lqx@bogon:~/bin/wireshark-2.1.0-2469-g162df25/ui/qt$ make V=1 > about_dialog.moc.cpp > /usr/bin/moc -qt=5 --no-notes -I.. -I../.. -o about_dialog.moc.cpp > about_dialog.h > moc: Invalid argument > Usage: moc [options] > -o write output

Re: [Wireshark-dev] Fwd: About building the wireshark

2016-03-28 Thread João Valverde
On 28-03-2016 04:54, LIN Qingxiang(林清祥) wrote: -- Forwarded message -- From: *LIN Qingxiang(林清祥)* > Date: 2016-03-28 11:48 GMT+08:00 Subject: About building the wireshark To: wireshark-dev