Page 1 of 1

CMake

Posted: Wed Apr 19, 2017 12:39 pm
by Nikolay

Re: CMake

Posted: Sun Apr 23, 2017 4:54 pm
by bingalls
Cmake now makes source code builds easy!
I can verify that it mostly works on my El Capitain case-sensitive file system!

A few shortcomings, however:
  • I do get a few compile warnings about deprecated code, and missing parenthesis around boolean logic, which should be simple fixes to a flawless build.
  • Abkhazian is the default language, without option. An easy hack, is to copy english.po & mo files over them
  • mmex is installed lowercase; Apple convention would be /Applications/Mmex/Contents/MacOS/Mmex
  • `open /Applications/mmex` yields the error "The application cannot be opened because its executable is missing."
This last error may help explain why the DMG creates an icon with a "no parking" (slashed circle) that cannot be clicked on.
However, mmex launches fine from the command line. (as /Applications/mmex/Contents/MacOS/mmex)