http://bugs.winehq.org/show_bug.cgi?id=33746
--- Comment #8 from zoroaster zoroaster@inode.at 2013-06-09 06:48:20 CDT --- I have some new findings now: First of all sorry, the problem does not seem to be directly connected with winemac.drv.
For precompiled wine-devel from MacPorts the issue does not exist! But it does exist for a clang compiled Wine for x11 and for mac driver using everything from MacPorts as base (although any other application I tried did not have issues with any windows). Here is the procedure that does not produce a fully working Wine on OSX 10.8.4:
prefix=/opt/local export CC="clang" export CFLAGS="-arch i386 -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.8" export CXX="${CC}" export CXXFLAGS="${CFLAGS}" export CPPFLAGS="-I${prefix}/include" export LDFLAGS="-L${prefix}/lib"
make clean ./configure --verbose --prefix=${prefix} --disable-tests --without-alsa --without-capi --with-cms --with-coreaudio --with-cups --with-curses --with-fontconfig --with-freetype --without-gphoto --with-glu --with-gnutls --without-gsm --without-hal --with-jpeg --without-ldap --without-mpg123 --without-openal --with-opengl --without-oss --with-png --with-pthread --without-sane --with-tiff --without-v4l --with-xcomposite --with-xcursor --with-xinerama --with-xinput --with-xml --with-xrandr --with-xrender --with-xshape --with-xslt --with-xxf86vm --with-x --x-include=${prefix}/include --x-lib=${prefix}/lib make depend make -j$(( $(sysctl -n hw.ncpu) + 1 )) sudo make install
Please ask if you still require some of the mentioned traces. I did not attach them because I am not sure if they help in case of a make/compiler issue.