Re: [Wireshark-dev] namake build fails fatal error U1073: don't know how to make 'ws_version_info.obj'

2016-05-01 Thread João Valverde
https://code.wireshark.org/review/#/c/15218/ On 28-04-2016 14:37, Anders Broman wrote: cd .. cd wsutil "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\amd64\nmake. exe" / -f Makefile.nmake Microsoft (R) Program Maintenance Utility

Re: [Wireshark-dev] warning if running with Qt4

2016-05-01 Thread Gerald Combs
On 5/1/16 9:13 AM, Martin Kaiser wrote: > Hi Gerald, all, > > the current master shows this warning on a Qt4 system. > > martin@husavik:~/src/wireshark.git$ ./wireshark > Object::connect: No such slot QScrollBar::setRange(int,int) in > overlay_scroll_bar.cpp:74 > > The offending line is >

[Wireshark-dev] warning if running with Qt4

2016-05-01 Thread Martin Kaiser
Hi Gerald, all, the current master shows this warning on a Qt4 system. martin@husavik:~/src/wireshark.git$ ./wireshark Object::connect: No such slot QScrollBar::setRange(int,int) in overlay_scroll_bar.cpp:74 The offending line is connect(this, SIGNAL(rangeChanged(int,int)), _sb_,