-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
scons still emits warnings about missing MSVC compiler #2813
Comments
This issue is still is present in the current scons code. I believe the "Remove warning for not finding MS VC/VS install" was likely a reference to commenting out the warning in the method get_installed_vcs in vc.py. However, the "default" tool initialization is responsible for the warning being issued even if the user is not using msvc. I have what I believe is a simple fix and will issue a PR soon. A vm was setup with mingw-w64 installed (see mingw-w64 comments below) and without any VS installations. Using the current master:
Using proposed fix:
|
This issue was originally created at: 2012-01-11 15:41:25.
This issue was reported by:
jmsachs
.jmsachs said at 2012-01-11 15:41:25
scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly
The text was updated successfully, but these errors were encountered: