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?

                                          
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to