[Paraview] Building Paraview

David E DeMarle dave.demarle at kitware.com
Mon Oct 29 13:23:00 EDT 2012


Seems like are missing the rest of the git submodules,
Thirdparty/protobuf, Qt/Testing, and  Utilities/VisItBridge.

The best thing to is to ask git to fetch all of them (including VTK)
for you like so:
git clone --recursive git://paraview.org/ParaView.git

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Mon, Oct 29, 2012 at 1:05 PM, Henry Lehmann
<henry.lehmann at informatik.tu-freiberg.de> wrote:
> Hello,
>
> i am trying to build paraview from source.
> i checked out
>     Paraview and PVVTK
> from git.
> i linked PVVTK to Paraview/VTK and then i made a new build directory
>     Paraview-20121029,
> from which i run "ccmake ../Paraview". i disabled all modules and plugins
> and getting an error due to
>     protobuf and protoc
>
> At first cmake was not able to find "Findprotobuf.cmake". Then i adjusted
> the filename in "/usr/share/cmake-2.8/FindProtobuf.cmake" to have the
> filename "/usr/share/cmake-2.8/Findprotobuf.cmake". then protobuf
> cmake file could be found but the following errors appeared.
> i do not know how to fix that.
>
> i attached CMakeCache.txt and CMakeLog.txt which was created by
> running
>     cmake . > CMakeLog.txt
>
> thank you,
> henry
>
>
> _______________________________________________
> 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
>


More information about the ParaView mailing list