<div>
                    Hi there,
                </div><div>I tried to install ParaViewWeb on my Macbook Pro. I have compiled and installed ParaView 3.14.1 from it's source. Also, other prerequisites packages. So I believe that using SuperBuild is not suitable for me. Then I decided to install it manually with the help of the following url:</div><div>http://www.paraview.org/Wiki/ParaViewWeb_Building&nbsp;</div>
                <div><div><br></div><div>But I faced with many problems.</div><div>First it gives me the following error when I run the 'make' command:</div><div><br></div><div><div>/Users/Projects/WebViz/ParaViewWeb/ParaViewAdapter/vtkPWProcessingEngine.cxx:439:19: error: no member named 'SetInputData' in 'vtkJPEGWriter'; did you mean 'SetInput'?</div><div>&nbsp; &nbsp; &nbsp; jpegWriter-&gt;SetInputData(image);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SetInput</div><div>/CompiledSoftwares/ParaView-3.14.1-Source/VTK/Filtering/vtkImageAlgorithm.h:59:8: note: 'SetInput' declared here</div><div>&nbsp; void SetInput(vtkDataObject *);</div><div>&nbsp; &nbsp; &nbsp; &nbsp;^</div><div>/Users/Projects/WebViz/ParaViewWeb/ParaViewAdapter/vtkPWProcessingEngine.cxx:448:18: error: no member named 'SetInputData' in 'vtkPNGWriter'; did you mean 'SetInput'?</div><div>&nbsp; &nbsp; &nbsp; pngWriter-&gt;SetInputData(image);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~~</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SetInput</div><div>/CompiledSoftwares/ParaView-3.14.1-Source/VTK/Filtering/vtkImageAlgorithm.h:59:8: note: 'SetInput' declared here</div><div>&nbsp; void SetInput(vtkDataObject *);</div><div>&nbsp; &nbsp; &nbsp; &nbsp;^</div><div>1 warning and 2 errors generated.</div><div>make[2]: *** [ParaViewAdapter/CMakeFiles/PWServer.dir/vtkPWProcessingEngine.cxx.o] Error 1</div><div>make[1]: *** [ParaViewAdapter/CMakeFiles/PWServer.dir/all] Error 2</div><div>make: *** [all] Error 2</div></div><div><br></div><div><br></div><div>I replaced all of SetInputData instances with SetInput. It fixed the problem but after that another problem came out:</div><div><div>Linking CXX executable PWServer</div><div>ld: library not found for -lvtkPVServerManagerApplication</div><div>clang: error: linker command failed with exit code 1 (use -v to see invocation)</div><div>make[2]: *** [ParaViewAdapter/PWServer] Error 1</div><div>make[1]: *** [ParaViewAdapter/CMakeFiles/PWServer.dir/all] Error 2</div><div>make: *** [all] Error 2</div></div><div><br></div><div>For temporarily fixing this problem I removed the vtkPVServerManagerApplication from CMakeLists.txt. Then It compiled without error. But I think it would be not working properly in the future.</div><div>Is there any clue?</div><div><br></div></div>