-
Notifications
You must be signed in to change notification settings - Fork 202
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
[MAYA-122322] Compiling maya-usd using Visual Studio 2019: "could not find instance" #2196
Comments
@scratchapixel I think you have found a bug in build.py script. It is making an assumption about the generator when one isn't supplied: https://github.com/Autodesk/maya-usd/blob/dev/build.py#L247 I can think of three options:
Sean |
@scratchapixel sorry about that, and thanks for the report, much appreciated! |
Thanks Sean for the feedback. I will close it for now and will give it another go later, trying your solution and eventually looking for an update. Thanks again for the swift and useful reply. |
@santosd Can you please log this in JIRA so we can make sure it gets fixed. |
Logged the issue internally as: MAYA-122322 |
@scratchapixel FYI, I just committed the fix for this generator issue in PR #2575 |
@scratchapixel could you confirm that this is fixed on your end? |
On the road now. .Will do when back at the office. Thx for the fix.
… On Sep 9, 2022, at 11:32 PM, David Santos ***@***.***> wrote:
@scratchapixel <https://github.com/scratchapixel> could you confirm that this is fixed on your end?
—
Reply to this email directly, view it on GitHub <#2196 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABG4EWLIIOD6KN3OFDN3XGLV5OUGLANCNFSM5Q7ILHLQ>.
You are receiving this because you were mentioned.
|
Hi there)
I have been trying to compile the plugin for a while (looking for solution myself) but without any luck. I started a command prompt window from Visual Studio 2019. When I type the command:
I keep getting
This is strange as I managed to compile USD fine from this window. I have both MSCV v140 and v141 installed but I am not sure whether this where I should be looking. I tried to setup the toolchain for older version using:
For example but I didn't get any luck.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: