Re: [Wireshark-dev] MacOS/X builds

2010-07-07 Thread Guy Harris
On Jul 7, 2010, at 4:53 PM, Ian Schorr wrote: > You're right - that's not a new issue in 33458. 33457 has the same problem. What version of 10.5 are you running? Is it 10.5.8 (the last Software Update), possibly with Security Updates? That problem has shown up in https://bugs.wiresh

Re: [Wireshark-dev] MacOS/X builds

2010-07-07 Thread Ian Schorr
You're right - that's not a new issue in 33458. 33457 has the same problem. -Ian On Thu, Jul 8, 2010 at 4:21 AM, Guy Harris wrote: > Did the build before 33458 work on PPC?  I suspect not - that's an issue of > the libraries with which wireshark-bin is built, and wireshark-bin (i.e., the > ac

Re: [Wireshark-dev] MacOS/X builds

2010-07-07 Thread Guy Harris
On Jul 6, 2010, at 6:26 PM, Ian Schorr wrote: > r33458 Intel 64-bit now works for me. A couple of recent builds, > including 33452, did not (32-bit did and still does). > > r33458 PPC crashes for me, with: > > 2010-07-07 11:31:06.785 defaults[24422:10b] > The domain/default pair of (kCFPrefere

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Ian Schorr
r33458 Intel 64-bit now works for me. A couple of recent builds, including 33452, did not (32-bit did and still does). r33458 PPC crashes for me, with: 2010-07-07 11:31:06.785 defaults[24422:10b] The domain/default pair of (kCFPreferencesAnyApplication, AppleAquaColorVariant) does not exist 2010

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Guy Harris
On Jul 6, 2010, at 1:35 PM, Guy Harris wrote: > There doesn't yet appear to be a 32-bit Intel .dmg for that build yet; the > PPC build is still in progress - I'll check again after that finishes. (I > don't have Leopard at home, so I'll have to test it later at work anyway.) I didn't try the

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Sake Blok
On 6 jul 2010, at 22:35, Guy Harris wrote: > > On Jul 6, 2010, at 12:38 PM, Guy Harris wrote: > >> >> On Jul 6, 2010, at 11:38 AM, Guy Harris wrote: >> >>> ...although the *first* thing I'd try is just removing the setting of >>> SDKROOT from >>> packaging/macosx/ScriptExec/ScriptExec.xcodep

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Guy Harris
On Jul 6, 2010, at 12:38 PM, Guy Harris wrote: > > On Jul 6, 2010, at 11:38 AM, Guy Harris wrote: > >> ...although the *first* thing I'd try is just removing the setting of >> SDKROOT from >> packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj and see >> whether the resulting .a

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Guy Harris
On Jul 6, 2010, at 11:38 AM, Guy Harris wrote: > ...although the *first* thing I'd try is just removing the setting of SDKROOT > from packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj and see > whether the resulting .app bundle, when built (32-bit) on Leopard, works on > Leopard

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Guy Harris
On Jul 6, 2010, at 12:00 PM, Andreas Fink wrote: > what about setting it to blank which corresponds to the value "Current Mac > OS" in XCode? Is not setting it at all different from setting it to an empty string? ___ Sent v

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Andreas Fink
what about setting it to blank which corresponds to the value "Current Mac OS" in XCode? On 06.07.2010, at 20:38, Guy Harris wrote: > > On Jul 6, 2010, at 10:44 AM, Guy Harris wrote: > >> Ultimately, I think we should add a couple of configure script options - one >> to control which version

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Guy Harris
On Jul 6, 2010, at 10:44 AM, Guy Harris wrote: > Ultimately, I think we should add a couple of configure script options - one > to control which version of OS X should be the "deployment target" (meaning > the minimum version of the OS on which the build is supposed to work), and > another to

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Guy Harris
On Jul 6, 2010, at 10:19 AM, Sake Blok wrote: > On 6 jul 2010, at 13:13, Sake Blok wrote: > >> On 6 jul 2010, at 12:07, Stig Bjørlykke wrote: >> >>> On Tue, Jul 6, 2010 at 12:01 PM, Sake Blok wrote: I'm starting to build Wireshark on my MacBook. It all compiles well, but when I do '

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Sake Blok
On 6 jul 2010, at 13:13, Sake Blok wrote: > On 6 jul 2010, at 12:07, Stig Bjørlykke wrote: > >> On Tue, Jul 6, 2010 at 12:01 PM, Sake Blok wrote: >>> I'm starting to build Wireshark on my MacBook. It all compiles well, but >>> when I do 'make osx-install' the created Wireshark.app does not exec

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Ian Schorr
Coincidentally,I happened to notice earlier today that automated x64 builds are happening now, and noticed that they're having the same problem. On Tue, Jul 6, 2010 at 9:13 PM, Sake Blok wrote: > Great, that did the trick. I think we need to make SDKROOT determined at > compile time so that the

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Sake Blok
On 6 jul 2010, at 12:07, Stig Bjørlykke wrote: > On Tue, Jul 6, 2010 at 12:01 PM, Sake Blok wrote: >> I'm starting to build Wireshark on my MacBook. It all compiles well, but >> when I do 'make osx-install' the created Wireshark.app does not execute. > > I'm using the attached patch to build on

Re: [Wireshark-dev] MacOS/X builds

2010-07-06 Thread Stig Bjørlykke
On Tue, Jul 6, 2010 at 12:01 PM, Sake Blok wrote: > I'm starting to build Wireshark on my MacBook. It all compiles well, but when > I do 'make osx-install' the created Wireshark.app does not execute. I'm using the attached patch to build on my system (OSX 10.6.4). -- Stig Bjørlykke osx-buil

[Wireshark-dev] MacOS/X builds

2010-07-06 Thread Sake Blok
Hi, I'm starting to build Wireshark on my MacBook. It all compiles well, but when I do 'make osx-install' the created Wireshark.app does not execute. It says it's damaged or incomplete. If I compare the contents of the App to an official release, I see that "Contents/MacOS/Wireshark" is missing