Wireshark-bugs: [Wireshark-bugs] [Bug 9641] New: Cannot build .app or package in OS X 10.9

Date: Wed, 15 Jan 2014 19:48:53 +0000
Bug ID 9641
Summary Cannot build .app or package in OS X 10.9
Classification Unclassified
Product Wireshark
Version 1.10.5
Hardware x86
OS Mac OS X 10.4
Status UNCONFIRMED
Severity Major
Priority Low
Component Wireshark
Assignee [email protected]
Reporter [email protected]

Build Information:
Wireshark Source: 1.10.5
OS X Version: 10.9.1
Xcode Version: 5.0.2

--
Wireshark Source: 1.10.5
OS X Version: 10.9.1
Xcode Version: 5.0.2

Compiled Wireshark from source:

Build Wireshark:
cd wireshark-1.10.5
./macosx-setup.sh (note, had to edit link for libsmi as the included link is
broken)
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig
mkdir build; cd build
../configure
make -j 12
make install
---------------
Up to here, everything seemed to work fine. If I run /usr/local/bin/wireshark,
Wireshark opens in X11 and appears to function fine.
Now I try to build the app bundle:
---------------
make osx-app

This build fails with an error:
wireshark-1.10.5/packaging/macosx/ScriptExec/main.c:523:52: error: use of
undeclared identifier 'typeFSS'; did you mean 'typeEPS'?

the .app file that is created does not have the wireshark binary in it and
cannot be launched.

make osx-package

also fails: chmod: ./osx-dmg.sh: No such file or directory


You are receiving this mail because:
  • You are watching all bug changes.