<div dir="ltr"><div class="gmail_extra">On Fri, Jul 26, 2013 at 9:34 AM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On Wed, 10 Jul 2013 16:31:47 +0200, Kevin Funk said:<br>
<br>
</div><div class="im">>Compiling VTK v6.0.0 with C++11 mode enabled results in the following<br>
>compilation error:<br>
><br>
>"""<br>
>[ 26%] Building CXX object<br>
>Common/Core/CMakeFiles/vtkCommonCore.dir/vtkAbstractArray.cxx.o<br>
>In file included from /home/krf/devel/src/VTK-<br>
>master/Common/Core/vtkAbstractArray.cxx:26:0:<br>
>/home/krf/devel/src/VTK-master/Common/Core/vtkMath.h: In static member<br>
>function 'static int vtkMath::IsInf(double)':<br>
>/home/krf/devel/src/VTK-master/Common/Core/vtkMath.h:1249:18: error: call of<br>
>overloaded 'isinf(double&)' is ambiguous<br>
<br>
</div>Can anyone out there provide a linux + gcc + C++11 dashboard?  My Mac + clang + C++11 dashboard did not catch this problem...<br>
<div class="im"><br></div></blockquote><br></div><div class="gmail_quote">I can submit another nightly build. Are the options below good enough?<br><br>set(dashboard_cache "<br>  VTK_Group_Imaging:BOOL=ON<br>  VTK_Group_Qt:BOOL=OFF<br>
  VTK_Group_Tk:BOOL=ON<br>  VTK_Group_Views:BOOL=ON<br>  VTK_WRAP_JAVA:BOOL=OFF<br>  VTK_WRAP_PYTHON:BOOL=ON<br>  VTK_WRAP_TCL:BOOL=ON<br>  CMAKE_CXX_FLAGS:STRING=-std=c++11 -std=gnu++11<br>")<br><br></div>Cheers<br>
</div><div class="gmail_extra">-Dominique<br></div></div>