-
Notifications
You must be signed in to change notification settings - Fork 154
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
Failed to build on Windows #163
Comments
I use ninja with cmake and mingw-llvm. It worked for https://github.com/MarkGillespie/intrinsic-triangulations-demo |
The current master of geometry-central fails to build for me on:
|
The situation is quite similar to mine. I also successfully build the flip-geodesics-demo in another project of Sharp that also includes geometric-central. |
I was able to use cmake on windows in a shell with admin-rights. |
Had the same issue on Windows, apparently regular users do not have permission to create symlinks by default, see golang/dep#773. Also worked fine in an admin shell. |
Hi all, I am wondering if anyone has successfuly build geometry-central on Windows, I met some problems when building with cmake.
And here are some infos printted in the cmake error log:
. . .
CheckFunctionExists.obj : error LNK2019: 无法解析的外部符号 sgemm_,函数 main 中引用了该符号 [E:\Packages\geometry-central\geometry-central\build-vs2022\CMakeFiles\CMakeTmp\cmTC_b0ef4.vcxproj]
. . .
E:\Packages\geometry-central\geometry-central\build-vs2022\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1,10): fatal error C1083: cannot open include file: “pthread.h”: No such file or directory [E:\Packages\geometry-central\geometry-central\build-vs2022\CMakeFiles\CMakeTmp\cmTC_1cb74.vcxproj]
Any suggestion is welcome.
The text was updated successfully, but these errors were encountered: