Hi Stuart,<div><br></div><div>the issue is related to the fact that ParaView master is using the latest VTK that break some backward compatibility. To solve the issue, you have two choices.</div><div><br></div><div>1) Either update ParaViewWeb from its repository so it could work with ParaView/master.</div>
<div><br></div><div>2) Downgrade the ParaView that is used to use the latest release 3.14.1.</div><div><br></div><div>I would recommend to do the following: (start again from scratch)</div><div><br></div><div>mkdir code-pvweb</div>
<div>cd code-pvweb</div><div>git clone <a href="http://paraview.org/ParaViewWeb.git">http://paraview.org/ParaViewWeb.git</a> src</div><div>cd src</div><div>git checkout -b use-release pv-3.14.1</div><div>cd ..</div><div>mkdir build</div>
<div>cd build</div><div>ccmake ../src/SuperBuild</div><div><br></div><div>[configure cmake...]</div><div><br></div><div>make -j9</div><div>make install</div><div><br></div><div>Normally you should be able to go through now. The only known bug is related to some invalid path in the install directory were we end up having a directory /bin/bin/ and /lib/lib/... You just need to fix those duplicated names manually. (When I'll find the time, I'll fixed that)</div>
<div><br></div><div>Seb</div><div><br><div class="gmail_quote">On Mon, Jun 11, 2012 at 11:17 PM, Charters, Stuart <span dir="ltr"><<a href="mailto:Stuart.Charters@lincoln.ac.nz" target="_blank">Stuart.Charters@lincoln.ac.nz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div lang="EN-NZ" link="blue" vlink="purple">
<div>
<p class="MsoNormal">Hi </p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I’m using the ParaViewWeb Superbuild script to build paraviewweb (only change is to compile with OSMESA) but am getting the following error:</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">vtkPWProcessingEngine.cxx: In member function âdouble vtkPWProcessingEngine::ProcessAndSendImage(const char*, vtkImageData*)â:</p>
<p class="MsoNormal">vtkPWProcessingEngine.cxx:439: error: âclass vtkJPEGWriterâ has no member named âSetInputDataâ</p>
<p class="MsoNormal">vtkPWProcessingEngine.cxx:448: error: âclass vtkPNGWriterâ has no member named âSetInputDataâ</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">I had previously successfully built ParaViewWeb but have since rebuilt the machine that it was on and can’t get it to work any longer. Any thoughts?</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks</p>
<p class="MsoNormal">Stuart</p>
</div>
<br>
<hr>
<font face="Webdings" color="Green" size="+3">P </font><font face="Arial" color="Green">Please consider the environment before you print this email.<br>
</font>
<br><br><table bgcolor="white" style><tbody><tr><td><br>"The contents of this e-mail (including any attachments) may be confidential and/or subject to copyright. Any unauthorised use, <br>
distribution, or copying of the contents is expressly prohibited. If you have received this e-mail in error, please advise the sender <br>
by return e-mail or telephone and then delete this e-mail together with all attachments from your system."</td></tr></tbody></table></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>