Does visit build on Tahoe? Glew missing? #20910
Replies: 5 comments 9 replies
-
|
VisIt is currently using VTK 9.5.0 on develop (and soon to be released version 3.5.0). You might encounter other issues if you stick with VTK 9.6 as we haven't tried it and don't know if there are breaking API chanages. AFAIK, VTK no longer uses glew, it uses 'glad' instead. How did you configure your VTK build? |
Beta Was this translation helpful? Give feedback.
-
|
I configured with |
Beta Was this translation helpful? Give feedback.
-
|
I am continuing on this build from visit/develop. I have now run into Thoughts? |
Beta Was this translation helpful? Give feedback.
-
|
I can sidestep the above error by doing with no failures. But then "make install" fails with While that directory does not exist, I do find in the homebrew installation: but nothing similar for qt6: |
Beta Was this translation helpful? Give feedback.
-
|
Running build_visit from trunk gives The log contains |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build an older visit on OSX Tahoe,
that was branched off of
To get vtk to build, I had to upgrade vtk, so I went to the latest, 9.6.1. However, visit fails to configure with
Is there a fix for this?
Beta Was this translation helpful? Give feedback.
All reactions