1
Programming / Re: Building on macOS
« on: February 11, 2018, 10:33:20 am »
Try to build as a release version and specify the install destination for the app. Just add following to your cmake command:
Perhaps this will help.
I did not experience this error at all. Don't you have your own CmakeLists.txt? Have you tried to compile it with vanilla CmakeLists? I understood your version of OpenXcom different from the vanilla.
btw I am not able to run the built app after compiling anyway.
Code: [Select]
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME/bin/OpenXcom
Perhaps this will help.
I did not experience this error at all. Don't you have your own CmakeLists.txt? Have you tried to compile it with vanilla CmakeLists? I understood your version of OpenXcom different from the vanilla.
btw I am not able to run the built app after compiling anyway.