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

Date: Thu, 16 Jan 2014 05:10:48 +0000

Comment # 6 on bug 9641 from
Ok, tried compiling 1.10.5 again.

This time:

./macosx-setup.sh
./autogen.sh
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig
./configure
make -j 12
-------------
make osx-app (As expected, fails with the same error as before:
wireshark-1.10.5/packaging/macosx/ScriptExec/main.c:523:52: error: use of
undeclared identifier 'typeFSS'; did you mean 'typeEPS'? )
-------------
make osx-package

This time, since I didn't make a separate build directory, the osx-dmg.sh file
was found no problem... but it still doesn't complete. Now I get:

./osx-dmg.sh: line 145: packagemaker: command not found

.....According to apple, packagemaker was deprecated as of Xcode 4.6 (I'm
running 5.0.2):
https://developer.apple.com/library/ios/releasenotes/developertools/rn-xcode/#//apple_ref/doc/uid/TP40001051-SW216

DEPRECATED: Package Maker app.
Use the productbuild command to create installer packages

---------------

So.. further down the rabbit hole we go! I'd love to get this compiling on
10.9, but I'm almost ready to get a VM spun up with 10.6... can anyone confirm
an OS X dev environment that properly compiles 1.10.5? Thanks!


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