Skip to content

Fix compilation in MacOS for Xcode 10.2.1 by #3

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mmdeuss
Copy link

@mmdeuss mmdeuss commented May 20, 2019

  • explicitly setting c++11 in cmake to allow >> without space at end of templates
  • adjusting glut includes for mac
  • using Eigens handmade aligned allocator because std::aligned_allocator is missing in Apple Clang
  • switching from [4][3] to fix-size Eigen matrix to fix error in deletion in std::vector

Changes only tested on MacOs 10.14.4 and XCod3 10.2.1. Please test with MSVC and linux if you want to avoid regressions.

* explicitly setting c++11 in cmake to allow >> without space at end of templates
* adjusting glut includes for mac
* using Eigens handmade aligned allocator because std::aligned_allocator is missing in Apple Clang
* switching from [4][3] to fix-size Eigen matrix to fix error in deletion in std::vector
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.

1 participant