я успешно собрал источники вина.
Также добавлена следующая строка в мой~/.профиль
export DYLD_FALLBACK_LIBRARY_PATH="/usr/X11/lib:/usr/lib"
из-за ошибки типа:
failed to load libX11.6.dylib
но теперь у меня есть следующие результаты при запуске двоичных файлов, связанных с вином:
$ wine some.exe
err:process:__wine_kernel_init boot event wait timed out
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
(freezes)
err:ntdll:RtlpWaitForCriticalSection section 0x7bc99d74 "loader.c: loader_section" wait timed out in thread 0047, blocked by 0042, retrying (60 sec)
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7bc29099
$ wineboot
err:process:__wine_kernel_init boot event wait timed out
$ winedbg
err:process:__wine_kernel_init boot event wait timed out
мои версии следующие:
GCC: i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
Xquartz: X.Org X Server 1.4.2-apple56 (Build Date: 20100624)
возможные решения, которые не помогли:
$ wineboot --update
err:process:__wine_kernel_init boot event wait timed out