-
Notifications
You must be signed in to change notification settings - Fork 82
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
FloatTetwild_bin.exe not built after running cmake #65
Comments
I got it working by using CMAKE-GUI, creating the Visual Studio solution, changing the C++ runtime libs to MT instead of MD, and it finally compiled. This was a complete mess... |
Thank you for the response, but my Cmake GUI is throwing some error:
|
I'm unable to build (can't find ",.lib") after a few hours of work. Any chance someone could just share the exe oh please please please? I have one for the original TetWild but could really use a faster version. |
Ok, my build failure was primarily because GMP is an absolute mess (at least on Windoze). For now working around GMP (might share later). After removing GMP: I also had the MT/MD problem. I figured out the cause (by message printing and bisection): on Windows, IGL by default makes you use MD, contaminating everything downstream, but some other things are MT. I fixed it by using MT for everything. Add this near the top of fTetWild's CMakeLists.txt:
You probably will want to delete your build and create it from scratch - that got rid of the last couple multiply defined symbols for me. |
Any solutions for this? |
No description provided.
The text was updated successfully, but these errors were encountered: