<div>Hello Paraview users, </div><div><br></div><div>I am trying to build paraviewweb, got </div><div>the activemq-cpp, apache and other </div><div>dependencies installed. </div><div><br></div><div><span class="Apple-style-span" style="font-family:sans-serif;font-size:13px;line-height:19px;background-color:rgb(255,255,255)">When I try to compile the ParaView adapter, </span></div>
<div>I get a linker error given below. I am not sure </div><div>how to proceed with this error </div><div><br></div><div>Scanning dependencies of target ParaWebPlugin</div><div>[  3%] Building CXX object CMakeFiles/ParaWebPlugin.dir/ParaWebPlugin_Plugin.cxx.o</div>
<div>Linking CXX shared library libParaWebPlugin.so</div><div>[ 40%] Built target ParaWebPlugin</div><div>Scanning dependencies of target PWServer</div><div>[ 44%] Building CXX object CMakeFiles/PWServer.dir/main.cxx.o</div>
<div>[ 48%] Building CXX object CMakeFiles/PWServer.dir/vtkPWBlockingQueue.cxx.o</div><div>[ 51%] Building CXX object CMakeFiles/PWServer.dir/vtkPWProcessingEngine.cxx.o</div><div>[ 55%] Building CXX object CMakeFiles/PWServer.dir/vtkPWMessagingService.cxx.o</div>
<div>[ 59%] Building CXX object CMakeFiles/PWServer.dir/vtkPWJMSMessagingService.cxx.o</div><div>[ 62%] Building CXX object CMakeFiles/PWServer.dir/vtkPWParaWebCommand.cxx.o</div><div>[ 66%] Building CXX object CMakeFiles/PWServer.dir/vtkPWOptions.cxx.o</div>
<div>[ 70%] Building CXX object CMakeFiles/PWServer.dir/vtkPWPythonInterpretor.cxx.o</div><div>[ 74%] Building CXX object CMakeFiles/PWServer.dir/vtkPWServerManagerController.cxx.o</div><div>[ 77%] Building CXX object CMakeFiles/PWServer.dir/vtkWebGLDataSet.cxx.o</div>
<div>[ 81%] Building CXX object CMakeFiles/PWServer.dir/vtkWebGLExporter.cxx.o</div><div>[ 85%] Building CXX object CMakeFiles/PWServer.dir/vtkWebGLObject.cxx.o</div><div>[ 88%] Building CXX object CMakeFiles/PWServer.dir/vtkWebGLPolyData.cxx.o</div>
<div>[ 92%] Building CXX object CMakeFiles/PWServer.dir/vtkWebGLWidget.cxx.o</div><div>[ 96%] Building CXX object CMakeFiles/PWServer.dir/md5.cpp.o</div><div>Linking CXX executable PWServer</div><div>[ 96%] Built target PWServer</div>
<div>Linking CXX executable OffScreenRendering</div><div>/usr/bin/ld: CMakeFiles/OffScreenRendering.dir/TestOffscreenRendering.cxx.o: undefined reference to symbol &#39;vtkPNGWriter::New()&#39;</div><div>/usr/bin/ld: note: &#39;vtkPNGWriter::New()&#39; is defined in DSO /bioimaging/home/ccbilgin/opt/build_paraview/bin/libvtkIO.so.pv3.14 so try adding it to the linker command line</div>
<div>/bioimaging/home/ccbilgin/opt/build_paraview/bin/libvtkIO.so.pv3.14: could not read symbols: Invalid operation</div><div>collect2: ld returned 1 exit status</div><div>make[2]: *** [Testing/Cxx/OffScreenRendering] Error 1</div>
<div>make[1]: *** [Testing/Cxx/CMakeFiles/OffScreenRendering.dir/all] Error 2</div><div>make: *** [all] Error 2</div><div><br></div><div>Any suggestions ?</div><div>Cagatay</div>