]> code.delx.au - gnu-emacs/blobdiff - etc/PROBLEMS
Merge from emacs--devo--0
[gnu-emacs] / etc / PROBLEMS
index 160242e59c6beb7b6140bf86aa103359aa5953eb..9a89f72fec3946e03d226b51e33d328e4d81e52b 100644 (file)
@@ -1861,12 +1861,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.
-
-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.
+*** Mac OS X 10.3.9 (Carbon): QuickTime updater breaks build.
+
+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