<div dir="ltr"><div>Thanks Jean,<br><br>Please send me the compilation error from before your change to help me decide.<br><br></div>cheers!<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Wed, Jun 1, 2016 at 7:45 AM, Favre  Jean <span dir="ltr"><<a href="mailto:jfavre@cscs.ch" target="_blank">jfavre@cscs.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Developers,<br>
<br>
I ran into a hurdle compiling the OSPRay module. I have got VTK_USE_CXX11_FEATURES=ON, but that is not sufficient. I am on a Linux Mint box with c++ (Ubuntu 4.8.4)<br>
<br>
My fix was to add an include statement in ParaView/VTK/Rendering/OSPRay/vtkOSPRayPass.cxx<br>
<br>
#include <stdexcept><br>
<br>
after that change, compilation went OK.<br>
<br>
Is this a change that should be included in the source?<br>
<br>
Jean<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</blockquote></div><br></div>