Mercurial > emacs
comparison etc/PROBLEMS @ 91015:b83d0dadb2a7
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 857-865)
- Update from CVS
- Merge from emacs--rel--22
- Update from CVS: lisp/emacs-lisp/avl-tree.el: New file.
- Remove RCS keywords
* emacs--rel--22 (patch 97-100)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-252
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 29 Aug 2007 05:03:40 +0000 |
parents | f55f9811f5d7 cc6ee6c9a895 |
children | bdb3fe0ba9fa |
comparison
equal
deleted
inserted
replaced
91014:2392e6a45952 | 91015:b83d0dadb2a7 |
---|---|
1859 | 1859 |
1860 There appears to be a problem with the implementation of pty's on the | 1860 There appears to be a problem with the implementation of pty's on the |
1861 Mac OS X that causes process output to be truncated. To avoid this, | 1861 Mac OS X that causes process output to be truncated. To avoid this, |
1862 leave process-connection-type set to its default value of nil. | 1862 leave process-connection-type set to its default value of nil. |
1863 | 1863 |
1864 *** Mac OS X 10.3.9 (Carbon): QuickTime 7.0.4 updater breaks build. | 1864 *** Mac OS X 10.3.9 (Carbon): QuickTime updater breaks build. |
1865 | 1865 |
1866 On the above environment, build fails at the link stage with the | 1866 Some QuickTime updaters such as 7.0.4 and 7.2.0 are known to break |
1867 message like "Undefined symbols: _HICopyAccessibilityActionDescription | 1867 build at the link stage with the message like "Undefined symbols: |
1868 referenced from QuickTime expected to be defined in Carbon". A | 1868 _HICopyAccessibilityActionDescription referenced from QuickTime |
1869 workaround is to use QuickTime 7.0.1 reinstaller. | 1869 expected to be defined in Carbon". A workaround is to use a QuickTime |
1870 reinstaller. Alternatively, you can link with the frameworks in the | |
1871 corresponding SDK by specifying LDFLAGS as | |
1872 "-Wl,-F/Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks". | |
1870 | 1873 |
1871 ** FreeBSD | 1874 ** FreeBSD |
1872 | 1875 |
1873 *** FreeBSD 2.1.5: useless symbolic links remain in /tmp or other | 1876 *** FreeBSD 2.1.5: useless symbolic links remain in /tmp or other |
1874 directories that have the +t bit. | 1877 directories that have the +t bit. |