-
Notifications
You must be signed in to change notification settings - Fork 714
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 failure using ms-gsl #159
Comments
Thanks for pointing that out. We have just released a new version of SEAL today. The new version uses MSGSL v2.1.0 and manages its building and installing. Please check it out. Meanwhile, we'll look at changes needed to use newer versions of MSGSL. |
@WeiDaiWD No, that's not resolved in 3.5.0, I confirmed that. |
Could you please show me the new error messages? Do make a fresh clone of SEAL v3.5.1. |
Same with my first comment, I use ms-gsl version 3.0.1. And when I update seal in vcpkg, after configuration, the compilation process was skipped. I don't know the reason. Use cmake to build manually or directly open sln build are successful. |
I only see SEAL 3.4.5 in vcpkg. How did you manage to install SEAL 3.5.0 or update SEAL vcpkg?
The errors that you had are caused by API changes in ms-gsl from 2.1.0 to 3.0.0. You will see those errors if you use either:
SEAL 3.4.5 and before first tries to find and use an existing ms-gsl on the system. If that fails, the use of ms-gsl is disabled. Hope vcpkg can later include SEAL 3.5.0. |
Just unzip this and replace it to VCPKG_PATH/ports, then use command |
@JackBoosY This issue is caused by vcpkg/ports/seal. I'm debugging a PR to vcpkg to fix this. I'm closing this issue and moving further discussion to seal fails to install if ms-gsl 3.0.0 is installed. |
Hi gus,
Recently, I received a issue <seal fails to install if ms-gsl 3.0.0 is installed>, after digging deeper, I found that if I use
ms-gsl
, I will get the following error:Can someone help me?
Thanks.
The text was updated successfully, but these errors were encountered: