[Paraview] VisIt bridge

Fred Fred stan1313 at hotmail.fr
Tue Jan 11 05:23:58 EST 2011


The instructions for building the bridge at http://www.paraview.org/Wiki/VisIt_Database_Bridge, esp. the section entitled "Building the ParaView Plugin" seems to be outdated:

#!/bin/bash
cd ./ParaView3/Plugins/VisItDatabaseBridge      # Switch into the bridge plugin source directory.
curious recomendation since the usual way to build with cmake consists in not building in the source directory
mkdir bin                                       # Make a directory for our out of source build.
cd bin                                          # Switch into the out of source build dir.
ccmake ../                                      # Set BOOTSTRAP=ON, and whatever else makes sense ;) there is no BOOTSTRAP value in the ccmake menu

and last I get the following errors:

 CMake Error at CMake/ParaViewConfig.cmake:8 (INCLUDE):
   include called with wrong number of arguments.  Include only takes one
   file.
 Call Stack (most recent call first):
   CMakeLists.txt:42 (include)

 CMake Error at CMake/VisItConfig.cmake:33 (MESSAGE):
   Set VISIT_BASE to the path to your local VisIt 1.10.0 sources.
 Call Stack (most recent call first):
   CMakeLists.txt:43 (include)

Any help?

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110111/fba966e2/attachment.htm>


More information about the ParaView mailing list