Skip to content
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

Deprecated support for older dependencies in VS Community #602

Open
kieranmillar opened this issue Jul 20, 2024 · 0 comments
Open

Deprecated support for older dependencies in VS Community #602

kieranmillar opened this issue Jul 20, 2024 · 0 comments

Comments

@kieranmillar
Copy link
Contributor

curl-7.27.0 and expat-2.1.0 can no longer be built in freely-available versions of Visual Studio Community. At least, not in the way the python script tries to by upgrading the dsw file into a sln.

https://learn.microsoft.com/en-us/cpp/porting/features-deprecated-in-visual-studio?view=msvc-170#deprecated-in-visual-studio-2022

Both of these dependencies have a CMAKE available so there might still be a way. For me, as a workaround I copied the previously-built dependencies from my old computer over to my new one.

An alternative solution to fixing this directly might be to save somewhere the outputs we move into the Deps folder, if not in this repo itself, then perhaps somewhere else. Maybe I could spin off my own repo and host it. This would save anyone from having to build the dependencies themselves at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant