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

build error on visual studio 2019 #27

Open
Haitham96 opened this issue Mar 5, 2020 · 5 comments
Open

build error on visual studio 2019 #27

Haitham96 opened this issue Mar 5, 2020 · 5 comments

Comments

@Haitham96
Copy link

I'm trying to run the example project on visual studio, first i generate Cache then i tried to build then i got this error:
image
how i can fix it?

@jdumas
Copy link
Collaborator

jdumas commented Mar 5, 2020

How are you building the project exactly? We need:

  • Version of Visual Studio used.
  • Debug/Release?
  • Version of libigl (are you trying the latest dev branch)
  • Are you compiling for x64? If not, try that.

@Haitham96
Copy link
Author

i use visual studio 2019, x64-Debug , i tried both master and dev branch

@Haitham96
Copy link
Author

Haitham96 commented Mar 6, 2020

there is a tutorial how to run this project on windows using visual studio?

@jdumas
Copy link
Collaborator

jdumas commented Mar 6, 2020

Can you try to compile the example project with this version of libigl?

@BruegelN
Copy link
Contributor

Hi @Haitham96 ,
looks like an issue with your VS installaltion?! In VS2015 the C runtime library (CRT) has been changed (https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-library-features). Those missing symboles are functions implemented in CRT. Is your VS2019 fresh installed or an upgraded one?
I have not been able to reproduce your error.
Both Release x64 and Debug x64 with dev branch of libigl complie and run as expected on my machine with VS2019 (16.1.3 and 16.4.6).

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

3 participants