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

2016-03-27 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 to

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

2016-03-27 Thread João Valverde
On 28-03-2016 04:54, LIN Qingxiang(林清祥) wrote: -- Forwarded message -- From: *LIN Qingxiang(林清祥)* mailto:woniu1...@gmail.com>> Date: 2016-03-28 11:48 GMT+08:00 Subject: About building the wireshark To: wireshark-dev mailto:wireshark-dev@wireshark.org>> Hi all, I am building

[Wireshark-dev] Fwd: About building the wireshark

2016-03-27 Thread 林清祥
-- Forwarded message -- From: LIN Qingxiang(林清祥) Date: 2016-03-28 11:48 GMT+08:00 Subject: About building the wireshark To: wireshark-dev Hi all, I am building wireshark-2.1.0-2469-g162df25 on Ubuntu 12.04, and I got the problem shown as below when run command "make". It would

Re: [Wireshark-dev] Why are we linking with --as-needed?

2016-03-27 Thread Joerg Mayer
[Less than 6000 mails in my Wireshark backlog mailbox] On Thu, Jan 21, 2016 at 10:36:41PM -0500, Jeff Morriss wrote: > On 01/21/2016 10:17 PM, Guy Harris wrote: > >The GNU linker documentation says of the --as-needed flag > > > >--as-needed > >--no-as-needed ... > >About all I could find for a rea

Re: [Wireshark-dev] Change LIB and Executable names using CMake?

2016-03-27 Thread Joerg Mayer
Hello, a litte late, but I have too many unread mails in my Wireshark inbox... On Fri, Jan 15, 2016 at 02:36:12PM +, Alex Lindberg wrote: > I am using CMake to build a customized version of Wireshark that needs to be > installed beside the default Wireshark libraries and run-time files. Wha

Re: [Wireshark-dev] Can't build GTK only using CMake on Windows7

2016-03-27 Thread Joerg Mayer
Hello, On Fri, Mar 25, 2016 at 02:46:35AM +, Robert Cragie wrote: > Following the announcement about deprecating nmake (which I have been using > successfully for years), I thought I would try using CMake. I deliberately > only want to build the GTK version so I use the following options with