-
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
Compile fTetWild with MinGW #36
Comments
My guess is that the cmake (of geogram) uses Unfortunately, I don't know how to help. Maybe you can (on the top cmake) set |
I updated the geogram version to v1.7.6 and also added set(VORPALINE_PLATFORM MinGW-x86_64-w64 CACHE STRING "" FORCE). This time geogram failed at linking. Error message is shown below.
|
I also has problem with this libmeshb7.c file. The error is: |
I need to compile fTetWild with mingw on windows but got the following errors. I believe some settings need to be done for geogram. Any clue?
Scanning dependencies of target geogram_third_party [ 22%] Building C object geogram/src/lib/geogram/third_party/CMakeFiles/geogram_third_party.dir/LM7/libmeshb7.c.obj gcc.exe: error: /D_SECURE_SCL=0: No such file or directory gcc.exe: error: /GS-: No such file or directory gcc.exe: error: /Ox: No such file or directory gcc.exe: error: /nologo: No such file or directory gcc.exe: error: /MP: No such file or directory gcc.exe: error: /wd4275: No such file or directory gcc.exe: error: /wd4996: No such file or directory gcc.exe: error: /wd4512: No such file or directory gcc.exe: error: /bigobj: No such file or directory gcc.exe: error: /W3: No such file or directory gcc.exe: error: /wd4245: No such file or directory gcc.exe: error: /wd4389: No such file or directory
The text was updated successfully, but these errors were encountered: