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

compiling issue with regards QVTKOpenGLWidget in vv.cxx #99

Open
tontyoutoure opened this issue May 15, 2023 · 0 comments
Open

compiling issue with regards QVTKOpenGLWidget in vv.cxx #99

tontyoutoure opened this issue May 15, 2023 · 0 comments

Comments

@tontyoutoure
Copy link

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 :

https://github.com/Kitware/VTK/commits/e8168ca6c4a1f4ee03e9859e02f64131f7db4cf4/GUISupport/Qt/QVTKOpenGLStereoWidget.cxx

after I renamed in vv.cxx, the compling finishes smoothly.

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

1 participant