-
Notifications
You must be signed in to change notification settings - Fork 0
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
vt-tv fails on vt-tv/config/conf.yaml #141
Comments
Maybe this is an issue with my vtk version? I'm running v9.3.1 and just rebuilt for Mac OS X Sequoia. |
I just built and ran |
I'm using GNU 14. |
Once I switch to AppleClang this problem goes away. Unsure what the issue is with GNU. |
I'll try to replicate this and check what's going on. Should we add MacOS CI that uses GNU? |
When building vt-tv with GNU 14 I do get a segfault, this looks like the second issue you were describing right?
VTK fails to build with GNU 14, so vt-tv is using an Apple clang-compiled VTK, which might be related. |
The basic provided configuration doesn't pass right now. We need testing to cover this.
Here is the patch to fix the first bug:
The second bug I'm looking at now:
The text was updated successfully, but these errors were encountered: