Re: [Wireshark-dev] Linking on OSX Sierra

2016-12-29 Thread Alexis La Goutte
Hi, It is a issue with CoreFoundation Framework (don't build with gcc6) http://stackoverflow.com/a/41101276 Cheers On Thu, Dec 29, 2016 at 11:18 AM, Not Me wrote: > I wonder if you all build using clang? > > I use gcc6 (qt5 version 5.7.0, all installed using home brew),

Re: [Wireshark-dev] Linking on OSX Sierra

2016-12-29 Thread Not Me
I wonder if you all build using clang? I use gcc6 (qt5 version 5.7.0, all installed using home brew), and get the below compilation issue on Sierra (and likely since my recent upgrade to Sierra). Any ideas? Thanks! cd /Users/itisntme6/data/wireshark/wireshark/build/wsutil &&

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-21 Thread Francisco Javier Sanchez-Roselly
hi Jaap, > On 21 Oct 2016, at 14:28, Jaap Keuter wrote: > > Hi Francisco, > > That looks to me that the Wireshark splash image isn’t properly packed. There > are two version of it, one standard (called wssplash.png) which is used in > the released versions, and one

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-21 Thread Jaap Keuter
Hi Francisco, That looks to me that the Wireshark splash image isn’t properly packed. There are two version of it, one standard (called wssplash.png) which is used in the released versions, and one development (called wssplash_dev.png) which is used in the development versions. Somehow the

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-20 Thread Francisco Javier Sanchez-Roselly
hi Me (All): > On 13 Oct 2016, at 22:49, Francisco Javier Sanchez-Roselly > wrote: > > hi All, > > i have been following the thread as it was impossible for me to install > Wireshark from the sources in Sierra -the previous El Capitan installation >

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-13 Thread Francisco Javier Sanchez-Roselly
hi All, i have been following the thread as it was impossible for me to install Wireshark from the sources in Sierra -the previous El Capitan installation worked nicely-. i have tried the steps described in README.macos, afterwards i have installed the ‘required' ports but my install hangs

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-12 Thread Graham Bloice
On 12 October 2016 at 20:15, Evan Huus wrote: > On Wed, Oct 12, 2016 at 3:04 PM, Guy Harris wrote: > > On Oct 12, 2016, at 11:41 AM, Jeff Morriss > wrote: > > > >> Just for fun I did a quick search for that Usage output (minus

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-12 Thread Evan Huus
On Wed, Oct 12, 2016 at 3:04 PM, Guy Harris wrote: > On Oct 12, 2016, at 11:41 AM, Jeff Morriss wrote: > >> Just for fun I did a quick search for that Usage output (minus the >> "Wireshark" prefix which is clearly $0) and found this program which

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-12 Thread Guy Harris
On Oct 12, 2016, at 11:41 AM, Jeff Morriss wrote: > Just for fun I did a quick search for that Usage output (minus the > "Wireshark" prefix which is clearly $0) and found this program which has that > exact output: > >

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-11 Thread Evan Huus
On Fri, Oct 7, 2016 at 7:14 PM, Guy Harris wrote: > On Oct 7, 2016, at 4:03 PM, Gerald Combs wrote: > >> On 10/7/16 7:45 AM, Evan Huus wrote: >>> Hey all, recently upgrade my mac to Sierra and tried to revive my >>> wireshark build environment. I got it

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-07 Thread Guy Harris
On Oct 7, 2016, at 4:03 PM, Gerald Combs wrote: > On 10/7/16 7:45 AM, Evan Huus wrote: >> Hey all, recently upgrade my mac to Sierra and tried to revive my >> wireshark build environment. I got it compiling (out-of-tree cmake) >> and most of the tools (tshark) etc seem to

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-07 Thread Gerald Combs
On 10/7/16 7:45 AM, Evan Huus wrote: > Hey all, recently upgrade my mac to Sierra and tried to revive my > wireshark build environment. I got it compiling (out-of-tree cmake) > and most of the tools (tshark) etc seem to work, but: > > $ ./run/wireshark > Listening on en0 > 155 packets seen, 155

[Wireshark-dev] Linking on OSX Sierra

2016-10-07 Thread Evan Huus
Hey all, recently upgrade my mac to Sierra and tried to revive my wireshark build environment. I got it compiling (out-of-tree cmake) and most of the tools (tshark) etc seem to work, but: $ ./run/wireshark Listening on en0 155 packets seen, 155 packets counted after pcap_dispatch returns ... No