Hi Fred,

That version of the plugin has been depricated and those pages should all be
removed. Rob rewrote and vastly improved the VisIt bridge.  The CMake
options that need to be set now are PARAVIEW_USE_VISITBRIDGE:BOOL=ON and to
tell ParaView where a boost header installation is. Our apologize for the
confusion!

On Tue, Jan 11, 2011 at 5:23 AM, Fred Fred <[email protected]> wrote:

>  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
>
>
_______________________________________________
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