

- #CROSSOVER 21 MAC HOW TO#
- #CROSSOVER 21 MAC INSTALL#
- #CROSSOVER 21 MAC PATCH#
- #CROSSOVER 21 MAC UPGRADE#
But they provided its contents to me it's here, in patch form: I reported the missing distversion.h to CodeWeavers back in 2013 and reminded them of it in 2018. Solution: I'm the maintainer of wine in MacPorts. Programs/winedbg/crashdlg.c:31: note: resource.h was first included hereĬonfig.status: error: could not create Makefile

Programs/winedbg/resource.h:23: error: distversion.h: No such file or directory The compile without the insertions will fail with these errors: configure -enable-win32on64 -disable-winedbg -without-x -without-vulkan -disable-mscms configure Use this command instead (see notes below): CC="clang" CXX="clang++" MACOSX_DEPLOYMENT_TARGET=10.14. The custom build of wine by codeweavers have special flag called -enable-win32on64. Compiling cd /wine before compiling Add file wine/include/distversion.h with the content given below in the notes) Now cd bin and add binaries to PATH via export PATH="$(pwd):$PATH". (Build Time: 34m 36s on 2018 Macbook Pro with intel Core i9 Processor) Go to clang directory and create build directory with command mkdir build.

(Build Time: 1h 25m 45s on 2018 Macbook Pro with intel Core i9 Processor) When cmake is done, you can run make to compile.

Go to llvm directory and create build directory with command mkdir build.Ĭd build to go there and run cmake. Use command tar -xz whatever_the_filename_is.tar.gz to untar it. This guide is strictly for Compiling on Mac. Go to CodeWeavers CrossOver FOSS version Source and download the source. (If more dependencies are found, the list will be updated) Getting the Source An additional command is needed for the system to see the newer version: export PATH=/usr/local/Cellar/bison//bin:$PATH)
#CROSSOVER 21 MAC HOW TO#
Original guide below How to compile codeweavers crossover from source #define WINDEBUG_USER_SUGGESTION_MESSAGE "If this problem is not present under Windows and has not been reported yet, you can save the detailed information to a file using the \"Save As\" button, then file a bug report and attach that file to the report."ĬC="clang" CXX="clang++" MACOSX_DEPLOYMENT_TARGET=10.14. You may want to check for tips about running this application." #define WINDEBUG_WHAT_HAPPENED_MESSAGE "This can be caused by a problem in the program or a deficiency in Wine. * Information from DISTVERSION which needs to find
#CROSSOVER 21 MAC UPGRADE#
Make sure the right version of bison is in path: brew upgrade bison then check version and cd /usr/local/Cellar/bison//bin and export PATH="$(pwd):$PATH" then check with which bison.
#CROSSOVER 21 MAC INSTALL#
Install dependencies: Xcode developer tools (Command Line) cmake gcc or clang to compile C code bison >= 3.0 (can be upgraded via homebrew) xquartz flex mingw-w64 pkgconfig you might also need freetype with brew install freetype.Since then it's unmaintained and won't be updated (I quit the game and bought a life-time crossover licence).įor the latest discussion, see the comments there. This guide was last tested on an Intel MacBook 2017.
