-
Notifications
You must be signed in to change notification settings - Fork 176
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
MSVC 2022 cannot build this project #359
Comments
Hi @Pomax I got the exact same error when running the VS command line using powershell. If you did the same, try using cmd.exe for the shell, I was able to build via cmd: choosing the command prompt for Visual Studio instead of powershell. |
Ah! Yes, of course, powershell doesn't support normal shell things like Hopefully the readme can be edited to point out that Windows users need to use |
I ended up using the I needed to compile the static lib for x64 architecture and couldn't get nmake to do so with the developer command prompt out of the tools menu in VS. In summary:
Hope that helps :) |
awesome sleuthing, thanks! Hopefully others will find this information too. |
Using MSVC 2022 Community Edition:
The text was updated successfully, but these errors were encountered: