<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
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:<br><br><pre>#!/bin/bash<br>cd ./ParaView3/Plugins/VisItDatabaseBridge      # Switch into the bridge plugin source directory.<br></pre>curious recomendation since the usual way to build with cmake consists in not building in the source directory<br><pre>mkdir bin                                       # Make a directory for our out of source build.<br>cd bin                                          # Switch into the out of source build dir.<br>ccmake ../                                      # Set BOOTSTRAP=ON, and whatever else makes sense&nbsp;;) </pre>there is no BOOTSTRAP value in the ccmake menu<br><br>and last I get the following errors:<br><br>&nbsp;CMake Error at CMake/ParaViewConfig.cmake:8 (INCLUDE):<br>&nbsp;&nbsp; include called with wrong number of arguments.&nbsp; Include only takes one<br>&nbsp;&nbsp; file.<br>&nbsp;Call Stack (most recent call first):<br>&nbsp;&nbsp; CMakeLists.txt:42 (include)<br><br>&nbsp;CMake Error at CMake/VisItConfig.cmake:33 (MESSAGE):<br>&nbsp;&nbsp; Set VISIT_BASE to the path to your local VisIt 1.10.0 sources.<br>&nbsp;Call Stack (most recent call first):<br>&nbsp;&nbsp; CMakeLists.txt:43 (include)<br><br>Any help?<br><br>                                               </body>
</html>