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

Issues compiling with Visual Studio 2015 after 2017 is installed #976

Closed
crispy4004 opened this issue Sep 20, 2019 · 2 comments
Closed

Issues compiling with Visual Studio 2015 after 2017 is installed #976

crispy4004 opened this issue Sep 20, 2019 · 2 comments

Comments

@crispy4004
Copy link

Discovered an issue attempting to re-build USD with VS 2015 after installing VS 2017. Boost fails to install due to a failure to find mt.exe:

`'mt' is not recognized as an internal or external command,

operable program or batch file.`

Looks like the same problem here:

http://boost.2283326.n4.nabble.com/release-build-Errors-compiling-1-68-0-with-VS2015-after-VS2017-td4704080.html

The Fix suggests commenting out the following line:

C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools\vcvarsqueryregistry.bat
@if "%WindowsSdkDir%"=="" @call :GetWin10SdkDir

Making this modification does allow me to call "mt" from the VS 2015 Developer Command Prompt, but for whatever reason it still fails when running the build_script.py

@jilliene
Copy link

Filed as internal issue #USD-5576

@sunyab
Copy link
Contributor

sunyab commented Nov 26, 2024

Closing old issue out -- support for Visual Studio 2015 was dropped in the 23.02 release.

@sunyab sunyab closed this as completed Nov 26, 2024
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

3 participants