comparison etc/PROBLEMS @ 82912:cc6ee6c9a895

(Mac OS X): Add alternative workaround for QuickTime updater breakage.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 27 Aug 2007 08:29:34 +0000
parents 713172dcf518
children ba829cdc5870 f4c187eb69f2 b83d0dadb2a7
comparison
equal deleted inserted replaced
82911:369fb8b238dd 82912:cc6ee6c9a895
1855 1855
1856 There appears to be a problem with the implementation of pty's on the 1856 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
1869 *** FreeBSD 2.1.5: useless symbolic links remain in /tmp or other 1872 *** FreeBSD 2.1.5: useless symbolic links remain in /tmp or other
1870 directories that have the +t bit. 1873 directories that have the +t bit.