MantisBT - ParaView
View Issue Details
0012117ParaViewBugpublic2011-04-21 08:522011-07-22 14:15
Sven Buijssen 
Kyle Lutz 
normalminoralways
closedfixed 
3.10.1 
3.12 
TBD
12117-eye-dome-lighting-without-qt
incorrect functionality
0012117: EyeDomeLighting plugin can't be built if Qt support is disabled
Configuring ParaView 3.10.1 with -DPARAVIEW_BUILD_QT_GUI:BOOL=OFF and
-DPARAVIEW_BUILD_PLUGIN_EyeDomeLighting:BOOL=ON (for e.g. OSMesa server-only builds) leads to the following error

-- Plugin: EyeDomeLighting enabled
CMake Error at CMake/ParaViewPlugins.cmake:635 (QT4_WRAP_CPP):
 Unknown CMake command "QT4_WRAP_CPP".
Call Stack (most recent call first):
 Plugins/EyeDomeLighting/ParaViewPlugin/CMakeLists.txt:27
(ADD_PARAVIEW_AUTO_START)

This is due to Plugins/EyeDomeLighting/ParaViewPlugin/CMakeLists.txt
invoking the macro ADD_PARAVIEW_AUTO_START which internally calls
QT4_WRAP_CPP - which is not available in case Qt is purposely disabled.
No tags attached.
Issue History
2011-04-21 08:52Sven BuijssenNew Issue
2011-04-21 08:54David PartykaAssigned To => David Partyka
2011-04-21 08:54David PartykaStatusbacklog => tabled
2011-05-03 06:31Sven BuijssenNote Added: 0026422
2011-05-06 10:18Utkarsh AyachitNote Added: 0026446
2011-06-30 12:54Utkarsh AyachitAssigned ToDavid Partyka => Kyle Lutz
2011-06-30 14:28Kyle LutzStatusbacklog => todo
2011-06-30 14:28Kyle LutzStatustodo => active development
2011-06-30 14:36Kyle LutzNote Added: 0026933
2011-06-30 14:36Kyle LutzStatusactive development => gatekeeper review
2011-06-30 17:01Kyle LutzNote Added: 0026934
2011-07-01 15:20Utkarsh AyachitProject => TBD
2011-07-01 15:20Utkarsh AyachitTopic Name => 12117-eye-dome-lighting-without-qt
2011-07-01 15:20Utkarsh AyachitType => incorrect functionality
2011-07-01 15:25Utkarsh AyachitStatusgatekeeper review => customer review
2011-07-01 15:25Utkarsh AyachitFixed in Version => 3.12
2011-07-01 15:25Utkarsh AyachitResolutionopen => fixed
2011-07-22 14:15Utkarsh AyachitStatuscustomer review => closed

Notes
(0026422)
Sven Buijssen   
2011-05-03 06:31   
The same error occurs for -DPARAVIEW_BUILD_PLUGIN_VRPNPlugin:BOOL=ON and
-DPARAVIEW_BUILD_PLUGIN_VRUIPlugin:BOOL=ON.
(0026446)
Utkarsh Ayachit   
2011-05-06 10:18   
commit 0daf57d0a30db783dda262cb6afd1077aa7c0388
Merge: a11d86a 2225953
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri May 6 10:18:23 2011 -0400

    Merge topic '12117_cleanup_eyedome'
    
    2225953 Replace RegisterRenderPassViews class with ADD_PARAVIEW_VIEW_MODULE.
(0026933)
Kyle Lutz   
2011-06-30 14:36   
Merge topic '12117-eye-dome-lighting-without-qt' into next

f24281a Add check for Qt in add_paraview_view_module()
(0026934)
Kyle Lutz   
2011-06-30 17:01   
Also prevent the building of VRPN and VRUI when Qt is disabled.

commit 65beab5a77b2a91110d80768dc9814171d9efb8f
Author: Kyle Lutz <kyle.lutz@kitware.com>
Date: Thu Jun 30 16:55:34 2011 -0400

    Build VRPN and VRUI only if Qt is available
    
    Change-Id: Ie8194e4ca099b84190ff1892d9781661452c0060