Hi all,
KDE on Arch Linux is now at version 6 and uses Wayland by default. X11 is still available but support seems decreased, and it will probably stop some day.
The problem with Slicer is the appearance of this message on every MRML event, even in an empty scene, in Python console and in stdout. The flooded Python console becomes hard to use, whether for running code or reading other messages.
[VTK] GLEW could not be initialized: Unknown error
I rebuilt Slicer and extensions in vain regarding the appearance of this message. GLEW is installed on the build machine and the runtime machine. (By the way, I don’t know what it does, what it is).
I wish to know if there’s a way to prevent this message from showing in Python console. Is there a VTK configuration parameter to set? Some system changes to do? As a last ‘solution’, I’ll try to search this message in the source files of VTK, simply remove it and adapt the SuperBuild cmake file.
Thanks and regards.