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

MS Visual Studio 2015 vc14 OpenMP build error #6

Closed
adrelino opened this issue Sep 22, 2018 · 2 comments · May be fixed by #7
Closed

MS Visual Studio 2015 vc14 OpenMP build error #6

adrelino opened this issue Sep 22, 2018 · 2 comments · May be fixed by #7

Comments

@adrelino
Copy link

I cannot compile geogram on Windows with vc14 C++ compiler and OpenMP enabled:

Error C3016 'i': index variable in OpenMP 'for' statement must have signed integral type
\src\lib\geogram\basic\process.cpp#235

Looks like unsigned integral types in parallel for loop are only supported starting with OpenMP 3, not OpenMP 2.5 that comes with vc14:
https://stackoverflow.com/questions/2820621/why-arent-unsigned-openmp-index-variables-allowed

@fabiencastan
Copy link
Member

Hi,
This is just a mirror of the original repository that we use to maintain a version for our usage in AliceVision.
For any question or request for integration you should address them at the official mailing list [email protected].
Best,

@BrunoLevy
Copy link

Fixed in 1.7.6 (upcoming release)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants