https://bugs.winehq.org/show_bug.cgi?id=38380
--- Comment #12 from Sergey Isakov isakov-sl@bk.ru --- (In reply to Josh Pettus from comment #5)
Thanks for your help! (And Ken Too)
I tried the patch and added --disable-winemac.drv. Strangely enough, it still required me to hack up /usr/include/dispatch/object.h and later /usr/include/xpc/base.h. hardly ideal. But it did compile! In theory I don't need the mac driver anyway. My goal is to try to run 64 bit chess engines, which are command line. So far so good! Got a 64 bit version of naum 4.6 playing my native stockfish in the osx xboard.app :)
Instead of --disable-winemac.drv there is better solution Write CC=clang into dlls/winemac.drv/Makefile.in
Enjoy!