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
when I compile vv with vtk version 9.0, a error occurs:
vv/src/vv/vv.cxx:46:10: fatal error: QVTKOpenGLWidget.h: No such file or directory
I did some digging, it turns out that VTK renamed QVTKOpenGLWidget to QVTKOpenGLStereoWidget :
QVTKOpenGLWidget
QVTKOpenGLStereoWidget
https://github.com/Kitware/VTK/commits/e8168ca6c4a1f4ee03e9859e02f64131f7db4cf4/GUISupport/Qt/QVTKOpenGLStereoWidget.cxx
after I renamed in vv.cxx, the compling finishes smoothly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when I compile vv with vtk version 9.0, a error occurs:
I did some digging, it turns out that VTK renamed
QVTKOpenGLWidget
toQVTKOpenGLStereoWidget
:https://github.com/Kitware/VTK/commits/e8168ca6c4a1f4ee03e9859e02f64131f7db4cf4/GUISupport/Qt/QVTKOpenGLStereoWidget.cxx
after I renamed in vv.cxx, the compling finishes smoothly.
The text was updated successfully, but these errors were encountered: