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

Minor modifications to get simbody-3.5 to compile with Visual Studio 2015. #395

Merged
merged 1 commit into from
Jun 14, 2015

Conversation

sherm1
Copy link
Member

@sherm1 sherm1 commented Jun 14, 2015

The main issue is that Microsoft added a definition of "struct timespec" to time.h which conflicted with the one we were defining.

There is a potential problem with timespec-related functions in our fake pthread implemention since the new Microsoft definition isn't identical to the one in the pthread library. I'm not sure that we are using those anywhere however.

Same as master branch PR #394 except attempts to preserve C++03 compatibility.

sherm1 added a commit that referenced this pull request Jun 14, 2015
Minor modifications to get simbody-3.5 to compile with Visual Studio 2015.
@sherm1 sherm1 merged commit 8d19558 into simbody-3.5 Jun 14, 2015
@sherm1 sherm1 deleted the make-simbody3.5-compile-with-vs2015 branch June 14, 2015 01:22
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.

None yet

1 participant