Hi Kazuyoshi, Did you update the ParaView submodules?
Try running git submodule update --init from within the ParaView source directory and compile again. Hope that helps, Cory On Wed, Jan 21, 2015 at 2:38 AM, Kazuyoshi Furutaka < [email protected]> wrote: > Hello, > > The build from source (git branch v4.3.1) failed > on my linux machine (Fedora-21, i686); > > [ 84%] Building CXX object > ParaViewCore/ClientServerCore/Rendering/CMakeFiles/vtkPVClientServerCoreRendering.dir/vtkGeometrySliceRepresentation.cxx.o > /home/furutaka/work/ParaView/ParaView.git/ParaViewCore/ClientServerCore/Rendering/vtkGeometryRepresentation.cxx: > In member function ‘virtual void > vtkGeometryRepresentation::UpdateColoringParameters()’: > /home/furutaka/work/ParaView/ParaView.git/ParaViewCore/ClientServerCore/Rendering/vtkGeometryRepresentation.cxx:579:23: > error: ‘class vtkMapper’ has no member named ‘SetFieldDataTupleId’ > this->Mapper->SetFieldDataTupleId(0); > ^ > /home/furutaka/work/ParaView/ParaView.git/ParaViewCore/ClientServerCore/Rendering/vtkGeometryRepresentation.cxx:581:26: > error: ‘class vtkMapper’ has no member named ‘SetFieldDataTupleId’ > this->LODMapper->SetFieldDataTupleId(0); > ^ > /home/furutaka/work/ParaView/ParaView.git/ParaViewCore/ClientServerCore/Rendering/vtkGeometryRepresentation.cxx: > In member function ‘virtual void > vtkGeometryRepresentation::SetMapScalars(int)’: > /home/furutaka/work/ParaView/ParaView.git/ParaViewCore/ClientServerCore/Rendering/vtkGeometryRepresentation.cxx:681:5: > error: ‘VTK_COLOR_MODE_DIRECT_SCALARS’ was not declared in this scope > VTK_COLOR_MODE_DIRECT_SCALARS, > ^ > ParaViewCore/ClientServerCore/Rendering/CMakeFiles/vtkPVClientServerCoreRendering.dir/build.make:330: > recipe for target > 'ParaViewCore/ClientServerCore/Rendering/CMakeFiles/vtkPVClientServerCoreRendering.dir/vtkGeometryRepresentation.cxx.o' > failed > make[2]: *** > [ParaViewCore/ClientServerCore/Rendering/CMakeFiles/vtkPVClientServerCoreRendering.dir/vtkGeometryRepresentation.cxx.o] > Error 1 > make[2]: *** Waiting for unfinished jobs.... > > > Kazuyoshi > > > From: Utkarsh Ayachit <[email protected]> > Subject: [Paraview] ANN: ParaView 4.3.1 is available for download > Date: Tue, 20 Jan 2015 16:17:16 -0500 > > > Folks, > > > > ParaView 4.3.1 is now available for download. Checkout the release > > notes on the Kitware blog [1]. > > > > As always, we look forward to your feedback [2]. > > > > Also stay tuned to the Kitware Blog [3] for upcoming features and > > enhancements to ParaView, ParaView Catalyst, ParaViewWeb and much > > more! > > > > - The ParaView team > > > > [1] http://www.kitware.com/blog/posts/view/825 > > [2] http://paraview.uservoice.com > > [3] http://www.kitware.com/blog/ > > _______________________________________________ > > 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 > > > > Search the list archives at: http://markmail.org/search/?q=ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://public.kitware.com/mailman/listinfo/paraview > -- > Kazuyoshi Furutaka > furutaka _dot_ kazuyoshi _at_ jaea _dot_ go _dot_ jp > _______________________________________________ > 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 > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > -- Cory Quammen R&D Engineer Kitware, Inc.
_______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
