-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
MSVC 2013 build has been broken #213
Labels
Comments
@mmp I have the same error ,building with VS2013. Have you solved it ? |
I haven't spent any time working on a work-around/fix. |
I am stuck in this problem too. Has anyone solved it so far? |
shinh
added a commit
to shinh/glog
that referenced
this issue
Jul 26, 2017
- Do not use non-POD type for TLS. This is for Issue google#213. - Use GNU's __thread if it's available. On my linux box, cmake wrongly thinks __attribute__((thread)), which is for Cygwin, is available.
Could someone test if this works? |
It seems just changing thread_msg_data to pointer type is enough, no need to change the CMakeLists.txt. |
Please test PR #226. |
Fixed in 2fe6508. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Building TOT with MSVC2013 gives the error:
It looks like this is due to the changes introduced in 2df0ca3.
The text was updated successfully, but these errors were encountered: