-
Notifications
You must be signed in to change notification settings - Fork 862
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
Windows Visual Studio 2019 Build Errors #654
Comments
I opened the Pangolin solution in Visual Studio 2019 and have the same errors if I try to build all. If I build one-by-one the following all build successfully:
|
For a temporary fix, see #609 |
Thanks for this. I got rid of this Variant implementation and upgraded Pangolin to C++17. The master branch is now building well on Windows and you can see the status in the CI (https://github.com/stevenlovegrove/Pangolin/runs/3439133359) using Win10 and VS 2019. Let me know if you have any issues. |
I'm vcpkg maintainer. When upgrading to the latest version v0.6, we also encountered this problem. Since master branch has been refactored, which has big differences from the latest release. So for v0.6, Could you please hep confirm if the workaround which is from #609 (comment) is reasonable? Thanks in advance. |
@NancyLi1013 yes, that seems reasonable. Thanks for maintaining the vcpkg! |
Hello I'm attempting to build on Windows 10 with Visual Studio 2019.
The build went along fine until it encountered this error, that eventually leads the whole build to fail. Any suggestions?
Here is my full build output:
The text was updated successfully, but these errors were encountered: