You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
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:
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. :)
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:
/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. :)$ export CPLUS_INCLUDE_PATH=/usr/local/include
$ export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/opt/gtest/lib/:/usr/local/opt/google-benchmark/lib/"
The text was updated successfully, but these errors were encountered: