<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
On a linux system, my default gcc is 4.8.4. Using the most recent git , I fail to compile the following, although I see clean dashboards elsewhere. Is this a local issue on my system only? :<br>
<br>
[ 56%] Building CXX object Rendering/LICOpenGL2/CMakeFiles/vtkRenderingLICOpenGL2.dir/vtkLineIntegralConvolution2D.cxx.o<br>
In file included from /usr/include/unistd.h:226:0,<br>
                 from /local/apps/VTK/VTK/Common/System/vtkTimerLog.h:43,<br>
                 from /local/apps/VTK/VTK/Rendering/LICOpenGL2/vtkLineIntegralConvolution2D.cxx:35:<br>
/local/apps/VTK/VTK/Rendering/LICOpenGL2/vtkLineIntegralConvolution2D.cxx: In member function ‘void vtkLICPingPongBufferManager::DettachBuffers(vtkFrameBufferObject2*)’:<br>
/local/apps/VTK/VTK/Rendering/LICOpenGL2/vtkLineIntegralConvolution2D.cxx:599:45: error: second operand to the conditional operator is of type ‘void’, but the third operand is neither a throw-expression nor of type ‘void’<br>
     readTex[0] ? readTex[0]->Deactivate() : NULL;<br>
                                             ^<br>
/local/apps/VTK/VTK/Rendering/LICOpenGL2/vtkLineIntegralConvolution2D.cxx:600:45: error: second operand to the conditional operator is of type ‘void’, but the third operand is neither a throw-expression nor of type ‘void’<br>
     readTex[1] ? readTex[1]->Deactivate() : NULL;<br>
                                             ^<br>
/local/apps/VTK/VTK/Rendering/LICOpenGL2/vtkLineIntegralConvolution2D.cxx:602:47: error: second operand to the conditional operator is of type ‘void’, but the third operand is neither a throw-expression nor of type ‘void’<br>
     writeTex[0] ? writeTex[0]->Deactivate() : NULL;<br>
                                               ^<br>
/local/apps/VTK/VTK/Rendering/LICOpenGL2/vtkLineIntegralConvolution2D.cxx:603:47: error: second operand to the conditional operator is of type ‘void’, but the third operand is neither a throw-expression nor of type ‘void’<br>
     writeTex[1] ? writeTex[1]->Deactivate() : NULL<br>
<div><br>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">-----------------<br>
Jean<br>
CSCS<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>