On 19. mars. 2008, at 01.06, Gerald Combs wrote:
Stig Bjørlykke wrote:
* Wireshark.app/Contents/MacOS/Wireshark is missing without any
notice
(I haven't figured out why), which causes the application to fail on
startup.
This should be done by osx-app.sh (line 203).
It seems like both "Deployment" and "ScriptExec.build" is building in
the wrong directory or something (?), because this copy fails. I have
wireshark in "/Users/stig/Development/wireshark-1.0/" and this is the
output from the building:
CreateUniversalBinary /Users/stig/Development/Deployment/
ScriptExec.app/Contents/MacOS/ScriptExec normal "ppc i386"
mkdir /Users/stig/Development/Deployment/ScriptExec.app/Contents/
MacOS
cd /Users/stig/Development/wireshark-1.0/packaging/macosx/
ScriptExec
/usr/bin/lipo -create /Users/stig/Development/ScriptExec.build/
Deployment/ScriptExec.build/Objects-normal/ppc/ScriptExec /Users/stig/
Development/ScriptExec.build/Deployment/ScriptExec.build/Objects-
normal/i386/ScriptExec -output /Users/stig/Development/Deployment/
ScriptExec.app/Contents/MacOS/ScriptExec
Touch /Users/stig/Development/Deployment/ScriptExec.app
cd /Users/stig/Development/wireshark-1.0/packaging/macosx/
ScriptExec
/usr/bin/touch -c /Users/stig/Development/Deployment/ScriptExec.app
** BUILD SUCCEEDED **
cp: /Users/stig/Development/wireshark-1.0/packaging/macosx/ScriptExec/
build/Deployment/ScriptExec.app/Contents/MacOS/ScriptExec: No such
file or directory
I'm building on 10.5.2 btw.
--
Stig Bjørlykke