--- src/IVtkDraw/IVtkDraw.cxx.orig 2020-11-03 14:50:01 UTC +++ src/IVtkDraw/IVtkDraw.cxx @@ -36,6 +36,12 @@ #include #include +// Preventing naming collisions between +// GLX and VTK versions 9.0 and above +#ifdef AllValues +#undef AllValues +#endif + #include #include #include