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

Unresolved external in Windows #3

Open
trelau opened this issue Jul 3, 2018 · 2 comments
Open

Unresolved external in Windows #3

trelau opened this issue Jul 3, 2018 · 2 comments

Comments

@trelau
Copy link

trelau commented Jul 3, 2018

The call to create_tets creates an unresolved external symbol on Windows:

#include "geogram/mesh/mesh.h"

int main(int argc, char *argv[]) {

	GEO::Mesh aMesh;
	aMesh.cells.create_tets(1); // This line causes error

}

The snapshot is shown below:
image

Built with VS 2017 version 15.7.3

@fabiencastan
Copy link
Member

I think, it has been fixed by Bruno Levy in release 1.6.6.
Can you confirm?

@trelau
Copy link
Author

trelau commented Aug 12, 2018

I'm still getting the same error.

adrelino added a commit to adrelino/geogram that referenced this issue Sep 22, 2018
This ensures OpenMP 2.5 compatibility instead of 3+ and fixes:

Error C3016	'i': index variable in OpenMP 'for' statement must have signed integral type
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

No branches or pull requests

2 participants