<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2016-06-29 16:27 GMT+02:00 Mike Chinander <span dir="ltr"><<a href="mailto:chinander@gmail.com" target="_blank">chinander@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Was <span style="font-size:12.8px">vtkGUISupportQtOpenGL2 built instead? What is your VTK_RENDERING_BACKEND set to? OpenGL2 is the default for 7.0.</span></div></blockquote><div><br> <span style="font-size:12.8px">vtkGUISupportQtOpenGL2 was not built either AFAICS (I don't think there is such a module). I don't set VTK_RENDERING_BACKEND explicitly, so it's defaulting to OpenGL2:<br><br>-- Setting rendering backend to 'OpenGL2' as none was specified.<br><br></span></div><div><span style="font-size:12.8px">But I think the name of the QtOpenGL modules is the same, regardless of the rendering backend used.<br><br></span></div><div><span style="font-size:12.8px">I now found that the </span>vtkGUISupportQtOpenGL is defined (in GUISupport/QtOpenGL/module.cmake) with:<br><br>if(VTK_RENDERING_BACKEND STREQUAL "OpenGL")<br>  set(_groups GROUPS Qt)<br>endif()<br>vtk_module(vtkGUISupportQtOpenGL<br>  ${_groups}<br>  DEPENDS<br>    vtkGUISupportQt<br>    vtkRendering${VTK_RENDERING_BACKEND}<br>  TEST_DEPENDS<br>    vtkTestingCore<br>    vtkTestingRendering<br>    vtkFiltersSources<br>  EXCLUDE_FROM_WRAPPING<br>  )<br><br></div><div>Does this mean the module will only be part of the Qt group if the OpenGL backend is used? Not when using the OpenGL2 backend? If so, how do I activate it when using OpenGL2?<br><br></div><div>Elvis<br></div><div><span style="font-size:12.8px"><br><br></span></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Wed, Jun 29, 2016 at 9:22 AM, Elvis Stansvik <span dir="ltr"><<a href="mailto:elvis.stansvik@orexplore.com" target="_blank">elvis.stansvik@orexplore.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>I'm building a custom Ubuntu package of VTK-7.0.0 at this PPA:<br><br>    <a href="https://launchpad.net/~elvstone/+archive/ubuntu/vtk7" target="_blank">https://launchpad.net/~elvstone/+archive/ubuntu/vtk7</a><br><br></div>the full build log is at:<br><br>    <a href="https://launchpadlibrarian.net/261625779/buildlog_ubuntu-xenial-amd64.vtk7_7.0.0-0ubuntu2_BUILDING.txt.gz" target="_blank">https://launchpadlibrarian.net/261625779/buildlog_ubuntu-xenial-amd64.vtk7_7.0.0-0ubuntu2_BUILDING.txt.gz</a><br><br></div>I only recently discovered that the vtkGUISupportQtOpenGL module was not included.<br><br></div>Anyone know how I can deduce from the build log why it wasn't built?<br><br></div>The only relevant message I could find in the CMake output is:<br><br>    -- Group Qt modules: vtkRenderingQt;vtkGUISupportQtSQL;vtkGUISupportQt;vtkViewsQt<br><br></div>But I can't find anything stating the reason for vtkGUISupportQtOpenGL not being built.<br><br></div>The build slave has libqt5opengl5 and libqt5opengl5-dev installed (search for "Setting up libqt5opengl5" in the build log linked above).<br><br></div>Do I have to specify something more than -DVTK_Group_Qt=ON and -DVTK_QT_VERSION=5 to get this module?<br><br></div>Thanks in advance,<br></div>Elvis<br></div>
<br></div></div>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div></div>