Skip to content

CMOR doesn't build #786

@remram44

Description

@remram44

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions