[Paraview] Building Paraview

Henry Lehmann henry.lehmann at informatik.tu-freiberg.de
Mon Oct 29 13:44:57 EDT 2012


Thats it. Thank you!

On 10/29/2012 06:23 PM, David E DeMarle wrote:
> 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