mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
(Mac OS X): Add alternative workaround for QuickTime
updater breakage.
This commit is contained in:
parent
73f21f883c
commit
a186cc54a2
2 changed files with 13 additions and 5 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* PROBLEMS (Mac OS X): Add alternative workaround for QuickTime
|
||||
updater breakage.
|
||||
|
||||
2007-08-22 Karl Berry <karl@gnu.org>
|
||||
|
||||
* refcard.tex: updates for printing.
|
||||
|
|
|
|||
13
etc/PROBLEMS
13
etc/PROBLEMS
|
|
@ -1857,12 +1857,15 @@ There appears to be a problem with the implementation of pty's on the
|
|||
Mac OS X that causes process output to be truncated. To avoid this,
|
||||
leave process-connection-type set to its default value of nil.
|
||||
|
||||
*** Mac OS X 10.3.9 (Carbon): QuickTime 7.0.4 updater breaks build.
|
||||
*** Mac OS X 10.3.9 (Carbon): QuickTime updater breaks build.
|
||||
|
||||
On the above environment, build fails at the link stage with the
|
||||
message like "Undefined symbols: _HICopyAccessibilityActionDescription
|
||||
referenced from QuickTime expected to be defined in Carbon". A
|
||||
workaround is to use QuickTime 7.0.1 reinstaller.
|
||||
Some QuickTime updaters such as 7.0.4 and 7.2.0 are known to break
|
||||
build at the link stage with the message like "Undefined symbols:
|
||||
_HICopyAccessibilityActionDescription referenced from QuickTime
|
||||
expected to be defined in Carbon". A workaround is to use a QuickTime
|
||||
reinstaller. Alternatively, you can link with the frameworks in the
|
||||
corresponding SDK by specifying LDFLAGS as
|
||||
"-Wl,-F/Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks".
|
||||
|
||||
** FreeBSD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue