-
Notifications
You must be signed in to change notification settings - Fork 53
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
Need MFC libraries #22
Comments
Also Clang? Should hold off reporting issues till I get all the way through so I can get them all |
Also is it really necessary to compile winsparkle? It appears that there is a dll already in the libraries folder... |
Also I'm having to use vcpkg to install openssl, not sure if that's the correct way |
And now I'm getting this error...
EDIT: Searching the internet, I'm seeing people had deprecation warnings for #include <codecvt> |
Now trying to compile
EDIT: Only way I could find to fix this is to temporarily modify vcpkg to disable autolinking per microsoft/vcpkg#4359, except removing the condition entirely |
I build it successfully in a VM! now to get it to build in appveyor |
Can confirm that MFC is needed to build mDNSresponder, specifically, one needs to re-run the Visual Studio 2019 installer, go to the "Individual components" tab, check the box for "C++ MFC for latest v142 build tools (x86 & 64)" and click "Modify" Thanks for the tip @JJTech0130 |
Just an addition to the build instructions,
mdnsresponder
requires the MFC component in Visual Studio, which isn't always included. The build fails with cryptic errors otherwise.The text was updated successfully, but these errors were encountered: