I've compiled successfully wine sources. Also added following line into my ~/.profile
export DYLD_FALLBACK_LIBRARY_PATH="/usr/X11/lib:/usr/lib"
because of errors like:
failed to load libX11.6.dylib
But now I've following results when running wine related binaries:
$ 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
My versions are as follow:
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)
Possible solutions which didn't help:
$ wineboot --update
err:process:__wine_kernel_init boot event wait timed out