https://bugs.winehq.org/show_bug.cgi?id=29582
--- Comment #25 from Daniel Santos daniel.santos@pobox.com --- (In reply to Joe from comment #24)
Update: I've successfully compiled wine (ie ran ./configure CC="clang" CXX="clang++" CFLAGS="-std=gnu89 -g" && make . Without errors)
I don't know where to go from there, but i guess i can try with the patch now.
One more thing I forgot to mention is that the shared memory patch (which solves only about 35% of the problem) currently will not do anything on OSX because it depends on a feature that's only in the linux kernel (memfd), so don't bother with that one, but there's still the old hack to work around the problems that the shared memory patch would have fixed (I guess that's bundled in the last patch I posted to this report). Good Luck!