Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for change in folly and for sierra macos compile #134

Closed
wants to merge 2 commits into from

Conversation

ldemailly
Copy link
Contributor

avoids:
/Users/ldemailly/github/wdt/../folly/folly/portability/Time.h:32:17:
error: typedef redefinition with different types ('uint8_t' (aka
'unsigned char') vs 'enum clockid_t')
typedef uint8_t clockid_t;
^
/usr/include/time.h:171:3: note: previous definition is here
} clockid_t;
^

and

Undefined symbols for architecture x86_64:
"folly::ScopeGuardImplBase::warnAboutToCrash()", referenced from:

folly::ScopeGuardImplfacebook::wdt::ClientSocket::connect()::$_0::~Sco
peGuardImpl() in ClientSocket.cpp.o

avoids:
/Users/ldemailly/github/wdt/../folly/folly/portability/Time.h:32:17:
error: typedef redefinition with different types ('uint8_t' (aka
'unsigned char') vs 'enum clockid_t')
typedef uint8_t clockid_t;
                ^
/usr/include/time.h:171:3: note: previous definition is here
} clockid_t;
  ^

and

Undefined symbols for architecture x86_64:
  "folly::ScopeGuardImplBase::warnAboutToCrash()", referenced from:

folly::ScopeGuardImpl<facebook::wdt::ClientSocket::connect()::$_0>::~Sco
peGuardImpl() in ClientSocket.cpp.o
@facebook-github-bot
Copy link
Contributor

@ldemailly has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@ldemailly ldemailly deleted the fix_sierra_build branch November 27, 2016 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants