<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 ;) </pre>there is no BOOTSTRAP value in the ccmake menu<br><br>and last I get the following errors:<br><br> CMake Error at CMake/ParaViewConfig.cmake:8 (INCLUDE):<br> include called with wrong number of arguments. Include only takes one<br> file.<br> Call Stack (most recent call first):<br> CMakeLists.txt:42 (include)<br><br> CMake Error at CMake/VisItConfig.cmake:33 (MESSAGE):<br> Set VISIT_BASE to the path to your local VisIt 1.10.0 sources.<br> Call Stack (most recent call first):<br> CMakeLists.txt:43 (include)<br><br>Any help?<br><br> </body>
</html>