[Paraview-developers] osMesa with QT GUI support

Maxim Torgonskiy kriolog at gmail.com
Fri Jun 9 16:31:51 EDT 2017


I reviewed a bit the code, header QX11Info is from the module x11extras and
this module is included in the build iff VTK_USE_X is enabled. So, is it
possible to configure osmesa to be able to activate
together PARAVIEW_BUILD_QT_GUI and VTK_USE_X? Or maybe there's some other
solution?

2017-06-09 12:19 GMT-04:00 Maxim Torgonskiy <kriolog at gmail.com>:

> Dear ParaView developers,
>
> I successfully configured ParaView with osMesa in my docker container
> (default configuration from wiki). Now I need to create some .pvsm
> state-based python regression visual tests. It works well if I launch a
> simple state like 'create a sphere -> make a transform'.
> However my state is more complex and it depends on some custom plugins
> which require activated PARAVIEW_BUILD_QT_GUI (but probably can work
> without it).
> Is there any possibility to compile ParaView with osMesa and
> with PARAVIEW_BUILD_QT_GUI=ON in order to be able to compile my plugins and
> launch my state? Now I have a compilation error:
>
> paraview/VTK/GUISupport/Qt/QVTKWidget.cxx:50:21: fatal error: QX11Info:
> No such file or directory
>  # include <QX11Info>
>
> Thanks,
> Maxim
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20170609/de65cf67/attachment.html>


More information about the Paraview-developers mailing list