Re: [Wireshark-dev] Mac Build Error

2016-01-26 Thread David Morsberger
> On Jan 26, 2016, at 3:33 AM, Guy Harris wrote: > > On Jan 25, 2016, at 4:39 PM, David Morsberger wrote: > >> After a detailed analysis of cmake, I believe this is the solution and not >> just fixing the symptom. >> >> cmake uses /usr/bin/xcodebui

Re: [Wireshark-dev] Mac Build Error

2016-01-25 Thread David Morsberger
> On Jan 20, 2016, at 12:02 PM, Stig Bjørlykke wrote: > > On Wed, Jan 20, 2016 at 3:48 PM, David Morsberger <mailto:d...@morsberger.com>> wrote: > My current workaround is the following change to CMakeLists.txt : > -if(NOT CMAKE_C_COMPILER_ID MATCHES "MSVC&quo

Re: [Wireshark-dev] Mac Build Error

2016-01-21 Thread David Morsberger
Sent from my iPhone > On Jan 21, 2016, at 3:28 PM, Guy Harris wrote: > >> On Jan 21, 2016, at 12:10 PM, David Morsberger wrote: >> >> I think this is a bug in cmake because: >> >> 1. the 'and run' in "CheckCSourceRuns: Check if the give

Re: [Wireshark-dev] Mac Build Error

2016-01-21 Thread David Morsberger
On Thu, Jan 21, 2016 at 2:29 PM, Guy Harris wrote: > On Jan 21, 2016, at 6:08 AM, David Morsberger wrote: > > > It appears the linker isn’t called when the -c and the -o options are > present. > > Correct. It's not *supposed* to be called. In UNIX C compilers, the

Re: [Wireshark-dev] Mac Build Error

2016-01-21 Thread David Morsberger
NS(“int main() { return 0;}" ${_RESULT}) where _FLAG is set to ‘-DWS_LD_FLAG_VALID0 -Wl,—-as-needed’ So, how/where is the clang compile/link command generated and why isn’t it being setup for clang to link? > On Jan 20, 2016, at 3:22 PM, Guy Harris wrote: > > On Jan 20, 201

Re: [Wireshark-dev] Mac Build Error

2016-01-20 Thread David Morsberger
On Wed, Jan 20, 2016 at 3:22 PM, Guy Harris wrote: > On Jan 20, 2016, at 11:09 AM, David Morsberger > wrote: > > > This is what I am also tracking down. It has to do with the way cmake is > instantiating the compiler. The --serialized-diagnostics option is what > appears t

Re: [Wireshark-dev] Mac Build Error

2016-01-20 Thread David Morsberger
On Wed, Jan 20, 2016 at 1:26 PM, Guy Harris wrote: > On Jan 20, 2016, at 4:47 AM, David Morsberger wrote: > > > I am getting actual errors within Xcode after ‘cmake -G Xcode’. This can > easily be resolved by not testing ‘—as-needed’ or ‘—pie’ when XCODE just > like wha

Re: [Wireshark-dev] Mac Build Error

2016-01-20 Thread David Morsberger
On Wed, Jan 20, 2016 at 12:02 PM, Stig Bjørlykke wrote: > On Wed, Jan 20, 2016 at 3:48 PM, David Morsberger > wrote: > > My current workaround is the following change to CMakeLists.txt : >> >> -if(NOT CMAKE_C_COMPILER_ID MATCHES "MSVC") >> +if(NOT (CMA

Re: [Wireshark-dev] Mac Build Error

2016-01-20 Thread David Morsberger
> On Jan 20, 2016, at 10:14 AM, Alexis La Goutte > wrote: > > > >> On Wed, Jan 20, 2016 at 3:48 PM, David Morsberger >> wrote: >> >> >>> On Wed, Jan 20, 2016 at 8:43 AM, Stig Bjørlykke wrote: >>>> On Wed, Jan 20, 2016 at 1:47

Re: [Wireshark-dev] Mac Build Error

2016-01-20 Thread David Morsberger
On Wed, Jan 20, 2016 at 8:43 AM, Stig Bjørlykke wrote: > On Wed, Jan 20, 2016 at 1:47 PM, David Morsberger > wrote: > > I am getting actual errors within Xcode after ‘cmake -G Xcode’. This can >> easily be resolved by not testing ‘—as-needed’ or ‘—pie’ when XCODE just >&g

Re: [Wireshark-dev] Mac Build Error

2016-01-20 Thread David Morsberger
> On Jan 20, 2016, at 2:48 AM, Stig Bjørlykke wrote: > > On Wed, Jan 20, 2016 at 3:28 AM, David Morsberger <mailto:d...@morsberger.com>> wrote: > I am trying to create support and possibly instructions for Xcode. > > The only issue I have with using Xcode is &

Re: [Wireshark-dev] Mac Build Error

2016-01-19 Thread David Morsberger
> On Jan 19, 2016, at 9:11 PM, Guy Harris wrote: > > On Jan 18, 2016, at 7:04 AM, David Morsberger wrote: > >> Not exactly sure how the outdated file showed up in the wireshark source >> (not build) hierarchy. My guess is it was due to a cmake run because of the &

Re: [Wireshark-dev] Automated Builds

2016-01-18 Thread David Morsberger
Thank You! That resolved it. On Mon, Jan 18, 2016 at 5:16 PM, Gerald Combs wrote: > On 1/18/16 1:42 PM, Pascal Quantin wrote: > > Hi David, > > > > 2016-01-18 22:36 GMT+01:00 David Morsberger > <mailto:d...@morsberger.com>>: > > > > Is there an

[Wireshark-dev] Automated Builds

2016-01-18 Thread David Morsberger
Is there an issue with the automated build server. I see the last win64 build was on 15-Jan at 09:03. I am hoping to test a win64 version tonight with at least merge set 7002a9cb3f23f2af2c95352d01eb557753d299c5 Thanks, David

Re: [Wireshark-dev] Mac Build Error

2016-01-18 Thread David Morsberger
> On Jan 18, 2016, at 2:48 AM, Stig Bjørlykke wrote: > > On Mon, Jan 18, 2016 at 6:27 AM, David Morsberger <mailto:d...@morsberger.com>> wrote: > I have been unable to resolve the following build errors on my Mac with 10.11. > > Maybe you have a outdated dec

Re: [Wireshark-dev] Mac Build Error

2016-01-17 Thread David Morsberger
CTION(reload_packets); ^ register_wslua.c:68:2: error: use of undeclared identifier 'wslua_reload_lua_plugins' WSLUA_REGISTER_FUNCTION(reload_lua_plugins); ^ $ lua -v Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio > On Jan 14, 2016, at 10:04 AM, David Morsberger wrote: >

Re: [Wireshark-dev] Mac Build Error

2016-01-14 Thread David Morsberger
On Wed, Jan 13, 2016 at 9:55 PM, Guy Harris wrote: > > On Jan 13, 2016, at 6:30 PM, David Morsberger wrote: > > > I am receiving the following error after I reset the HEAD to the latest. > > > > Mac OS 10.11 with Xcode > > > > Thoughts? > > Try doing

[Wireshark-dev] Mac Build Error

2016-01-13 Thread David Morsberger
I am receiving the following error after I reset the HEAD to the latest. Mac OS 10.11 with Xcode Thoughts? /usr/bin/perl ../../../epan/wslua/make-taps.pl ../../../epan/wslua/taps taps_wslua.c taps.txt ../../../epan/wslua /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am CC

[Wireshark-dev] Display Filters

2016-01-10 Thread David Morsberger
I need some help and advice on display filters because I’m new to the codebase. I’m trying to add the capability where a ‘http contains blah’ filter searches uncompressed HTTP content. I’m adding because we use ‘Frame contains’ and ‘http contains’ in our workflow to find items of interest in the