View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012117ParaViewBugpublic2011-04-21 08:522011-07-22 14:15
ReporterSven Buijssen 
Assigned ToKyle Lutz 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version3.10.1 
Target VersionFixed in Version3.12 
Summary0012117: EyeDomeLighting plugin can't be built if Qt support is disabled
DescriptionConfiguring 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.
TagsNo tags attached.
ProjectTBD
Topic Name12117-eye-dome-lighting-without-qt
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0026422)
Sven Buijssen (reporter)
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 (administrator)
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 (viewer)
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 (viewer)
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

 Issue History
Date Modified Username Field Change
2011-04-21 08:52 Sven Buijssen New Issue
2011-04-21 08:54 David Partyka Assigned To => David Partyka
2011-04-21 08:54 David Partyka Status backlog => tabled
2011-05-03 06:31 Sven Buijssen Note Added: 0026422
2011-05-06 10:18 Utkarsh Ayachit Note Added: 0026446
2011-06-30 12:54 Utkarsh Ayachit Assigned To David Partyka => Kyle Lutz
2011-06-30 14:28 Kyle Lutz Status backlog => todo
2011-06-30 14:28 Kyle Lutz Status todo => active development
2011-06-30 14:36 Kyle Lutz Note Added: 0026933
2011-06-30 14:36 Kyle Lutz Status active development => gatekeeper review
2011-06-30 17:01 Kyle Lutz Note Added: 0026934
2011-07-01 15:20 Utkarsh Ayachit Project => TBD
2011-07-01 15:20 Utkarsh Ayachit Topic Name => 12117-eye-dome-lighting-without-qt
2011-07-01 15:20 Utkarsh Ayachit Type => incorrect functionality
2011-07-01 15:25 Utkarsh Ayachit Status gatekeeper review => customer review
2011-07-01 15:25 Utkarsh Ayachit Fixed in Version => 3.12
2011-07-01 15:25 Utkarsh Ayachit Resolution open => fixed
2011-07-22 14:15 Utkarsh Ayachit Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team