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 Jan 6, 2020. It is now read-only.
I tried building the 'next' branch of the MaidSafe super-project on OSX 10.8.5 with Clang 4.2. However, the associated libc++ library has private constructors for lock_guards which prevents building the Passport library. I updated to Clang 5.1 by downloading the Command Line Tools rev. April 2014 from Apple and the build is now fine.
The wiki entry should be updated to:
Clang minimum version 5.1 (install the Command Line Tools either from XCode or by downloading them directly from Apple Developer's site, make sure to have revision April 2014 or more recent)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried building the 'next' branch of the MaidSafe super-project on OSX 10.8.5 with Clang 4.2. However, the associated libc++ library has private constructors for lock_guards which prevents building the Passport library. I updated to Clang 5.1 by downloading the Command Line Tools rev. April 2014 from Apple and the build is now fine.
The wiki entry should be updated to:
The text was updated successfully, but these errors were encountered: