diff options
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index fbc5e8cb91a..e23dde60464 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1857,12 +1857,15 @@ There appears to be a problem with the implementation of pty's on the | |||
| 1857 | Mac OS X that causes process output to be truncated. To avoid this, | 1857 | Mac OS X that causes process output to be truncated. To avoid this, |
| 1858 | leave process-connection-type set to its default value of nil. | 1858 | leave process-connection-type set to its default value of nil. |
| 1859 | 1859 | ||
| 1860 | *** Mac OS X 10.3.9 (Carbon): QuickTime 7.0.4 updater breaks build. | 1860 | *** Mac OS X 10.3.9 (Carbon): QuickTime updater breaks build. |
| 1861 | 1861 | ||
| 1862 | On the above environment, build fails at the link stage with the | 1862 | Some QuickTime updaters such as 7.0.4 and 7.2.0 are known to break |
| 1863 | message like "Undefined symbols: _HICopyAccessibilityActionDescription | 1863 | build at the link stage with the message like "Undefined symbols: |
| 1864 | referenced from QuickTime expected to be defined in Carbon". A | 1864 | _HICopyAccessibilityActionDescription referenced from QuickTime |
| 1865 | workaround is to use QuickTime 7.0.1 reinstaller. | 1865 | expected to be defined in Carbon". A workaround is to use a QuickTime |
| 1866 | reinstaller. Alternatively, you can link with the frameworks in the | ||
| 1867 | corresponding SDK by specifying LDFLAGS as | ||
| 1868 | "-Wl,-F/Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks". | ||
| 1866 | 1869 | ||
| 1867 | ** FreeBSD | 1870 | ** FreeBSD |
| 1868 | 1871 | ||