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

Date: Wed, 15 Jan 2014 21:07:09 +0000
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9641

--- Comment #2 from Guy Harris <guy@xxxxxxxxxxxx> ---
(In reply to comment #0)
> wireshark-1.10.5/packaging/macosx/ScriptExec/main.c:523:52: error: use of
> undeclared identifier 'typeFSS'; did you mean 'typeEPS'?

According to

   
http://omnifocus-web-ui.googlecode.com/svn-history/r13/trunk/vendor/rb-appscript-0.3.1/doc/mactypes-manual/index.html

"AEDescs of TypeFSS (FSSpecs) are deprecated on Mac OS X due to lack of proper
Unicode and long filename support, and are retained for backwards compatibility
with older applications only."

and perhaps Apple finally killed them off in Mavericks.  FSSpecs are a
Carbonism and Carbonisms are on their way out.

On the trunk, the plan is to switch to Qt and get rid of that intermediate
wrapper program entirely.

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

Is there a packaging/macosx/osx-dmg.sh file underneath the directory in which
you did the build?

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