Somehow the configure script for CMOR tries to get the version from Git, which prints:
fatal: Not a git repository (or any of the parent directories): .git
It also uses ls flags that are not available on OS X:
ls -x --width=10000 include/cdTime/*.h include/cdTime/cdunifpp/*.h
ls: illegal option -- -
usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...]
Then the configure script eventually fails with:
checking for uuid_create in -luuid... no
configure: error: Could not get a working uuid
although libuuid has been built and --with-uuid=.../install/Externals is passed to the script.
Somehow the configure script for CMOR tries to get the version from Git, which prints:
It also uses ls flags that are not available on OS X:
Then the configure script eventually fails with:
although libuuid has been built and
--with-uuid=.../install/Externalsis passed to the script.