[Paraview] undefined reference to `vtkSmartVolumeMapper::GetLastUsedRenderMode()

David Doria daviddoria at gmail.com
Tue May 18 10:13:18 EDT 2010


On Tue, May 18, 2010 at 10:04 AM, Francois Bertel
<francois.bertel at kitware.com> wrote:
> What did you pull? ParaView? VTK?
>
> If your VTK is inside paraview then do this:
>
> $ cd ParaView
> $ git submodule update --recursive

Ah yes, I forgot VTK isn't directly included when updating Paraview anymore.

I tried this:
[doriad at daviddoria ParaView]$ git submodule update --recursive

But it seems to be an invalid syntax, as it replied with:

Usage: git submodule [--quiet] [--cached] [add [-b branch] <repo>
<path>]|[status|init|update [-i|--ini-N|--no-fetch]|summary
[-n|--summary-limit <n>] [<commit>]] [--] [<path>...]|[foreach
<command>]|[sync  [<path>...]]

I also tried this:
[doriad at daviddoria ParaView]$ git submodule update VTK

but it didn't seem to do anything?

Any other ideas?

Thanks,

David


More information about the ParaView mailing list