We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running VS2017 on Windows 10.
Here the build using nmake bin fails.
nmake bin
The following console output is from within the "x64 Native Tools Command Prompt for VS 2017":
C:\temp\cv2pdb>nmake bin Microsoft (R) Program Maintenance Utility, Version 14.16.27027.1 Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten. if exist "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\\Common7\IDE\VCExpress.exe" "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\\Common7\IDE\VCExpress.exe" /Build Release src\cv2pdb.sln if not exist "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\\Common7\IDE\VCExpress.exe" "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\\Common7\IDE\devenv.exe" /Build Release src\cv2pdb.sln NMAKE : fatal error U1077: "if": Rückgabe-Code "0x1" Stop.
Running devenv /Build Release src\cv2pdb.sln directly stops as well because the solution needs an upgrade.
devenv /Build Release src\cv2pdb.sln
Workaround:
devenv src\cv2pdb.sln
The text was updated successfully, but these errors were encountered:
You should use cv2pdb_vs12.sln. cv2pdb.sln is for VS2008. The makefile contains target cv2pdb_exe that uses the newer solution.
I guess I should remove the ancient cruft.
Sorry, something went wrong.
Or just hint to the new target in the documentation.
No branches or pull requests
I'm running VS2017 on Windows 10.
Here the build using
nmake bin
fails.The following console output is from within the "x64 Native Tools Command Prompt for VS 2017":
Running
devenv /Build Release src\cv2pdb.sln
directly stops as well because the solution needs an upgrade.Workaround:
devenv src\cv2pdb.sln
The text was updated successfully, but these errors were encountered: