[Paraview] Build failing

David Doria daviddoria at gmail.com
Sun Nov 7 11:58:56 EST 2010


Ah, I thought vtkCommunicator was a ParaView class. I made a fresh
clone (which got the updated submodule) and then it built fine.

Is there ever a reason to pull ParaView without also updating the
submodules? If not, can this be done automatically with a script? It
doesn't seem to make sense to allow ParaView to be pulled when it
would go into an invalid state (like it did for me, where the new
ParaView code depends on the new VTK code). Is there a way to get git
to work kind of work like a compiler - when a "high level" command is
issued (i.e. checkout paraview), it checks to see if anything that
paraview depends on has changed and updates it before updating
ParaView?

David

On Sun, Nov 7, 2010 at 11:37 AM, Utkarsh Ayachit
<utkarsh.ayachit at kitware.com> wrote:
> Did you update the VTK submodule?
>
> Utkarsh
>
> On Sun, Nov 7, 2010 at 11:09 AM, David Doria <daviddoria at gmail.com> wrote:
>> Hi all,
>>
>> I pulled from git this morning and am getting this error when I try to build:
>>
>> /home/doriad/src/ParaView/Servers/Filters/vtkPVSynchronizedRenderWindows.cxx:
>> In member function ‘bool
>> vtkPVSynchronizedRenderWindows::SynchronizeSizeTemplate(T&) [with T =
>> unsigned int]’:
>> /home/doriad/src/ParaView/Servers/Filters/vtkPVSynchronizedRenderWindows.cxx:1248:
>>  instantiated from here
>> /home/doriad/src/ParaView/Servers/Filters/vtkPVSynchronizedRenderWindows.cxx:1178:
>> error: call of overloaded ‘Reduce(unsigned int*, unsigned int*, int,
>> vtkCommunicator::StandardOperations, int)’ is ambiguous
>> /home/doriad/src/ParaView/VTK/Parallel/vtkMultiProcessController.h:774:
>> note: candidates are: int vtkMultiProcessController::Reduce(const
>> int*, int*, vtkIdType, int, int) <near match>
>>
>> I am on Fedora 13 with gcc 4.4.
>>
>> Thanks,
>>
>> David
>> _______________________________________________
>> 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