-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
building usdgeom on windows fails #187
Comments
this also happens within usdShade (input.cpp) and other places. simply look for the " and " keyword / operator. |
The offending commits there is 66300ec |
Another offending commit using the "not" keyword / operator is 10d510b |
this seems to be related to compiler flags. running cmake again resolved this - must have been using an old cmakecache |
nope - sorry for the noise. this is still an issue. the /Za also doesn't help. So this needs to be fixed for a successful build on Visual Studio 2015. |
Filed as internal issue #144792. |
We've pushed out a couple of fixes to dev that should get the Windows build up and running again. Please let us know if dev is still broken for you after this. Thanks! |
yep. these build errors are fixed. thanks! closing this issue. |
Description of Issue
The changes in 7db7749 added use of the "and" keyword in primvar.cpp which is not supported on Windows
Steps to Reproduce
System Information (OS, Hardware)
Package Versions
Build Flags
The text was updated successfully, but these errors were encountered: