Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Setup doesn't work on latest version of MacOS without hacks #241

@bhatkishor

Description

@bhatkishor

The setup script doesn't work out of the box on my version of MacOS. Environment details:

OS: MacOS 10.15.4
Cascade: Latest commit on master (f14c2de)
Bash: GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin19)

The following changes allowed me to successfully install cascade:

  1. Comment out the check for /usr/include (https://github.com/vmware/cascade/blob/master/setup#L280-L291) - /Library/Developer/CommandLineTools/Packages/ no longer exists; I believe this change was introduced in Mojave (10.14), but I only did enough research to get past the issue. :)
  2. $ export CPLUS_INCLUDE_PATH=/usr/local/include
  3. $ export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/opt/gtest/lib/:/usr/local/opt/google-benchmark/lib/"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions