aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - UnholyAngel

Pages: [1]
1
I've been building my own executables for OSX of OXCE+ for a while and with the most recent version the process fails at the when it tries to create a bundle.

Could help me to make sense of the error message I get?

Code: [Select]
[100%] Linking CXX executable ../openxcom.app/Contents/MacOS/openxcom
-- fixup_bundle
--   app='/Users/***/Documents/OpenXcomExPlus\ Git/build/openxcom.app'
--   libs=''
--   dirs=''
--   ignoreItems=''
-- warning: *NOT* handled - directory/file does not exist...
CMake Error at /usr/local/Cellar/cmake/3.11.1/share/cmake/Modules/BundleUtilities.cmake:966 (message):
  error: fixup_bundle: not a valid bundle
Call Stack (most recent call first):
  /Users/***/Documents/OpenXcomExPlus Git/cmake/modules/PostprocessBundle.cmake:33 (fixup_bundle)


-- fixup_bundle: done
make[2]: *** [openxcom.app/Contents/MacOS/openxcom] Error 1
make[2]: *** Deleting file `openxcom.app/Contents/MacOS/openxcom'
make[1]: *** [src/CMakeFiles/openxcom.dir/all] Error 2
make: *** [all] Error 2

Pages: [1]