<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>I am getting the following build error when building ParaView.  This is from master, on Linux, targeting a cluster (redsky).  Clean build, new pull of a git tree.  Any ideas?</div>
<div> </div>
<div>[  0%] Built target vtksys</div>
<div>[  0%] Building CXX object VTK/Common/Core/CMakeFiles/vtkCommonCore.dir/vtkObjectBase.cxx.o</div>
<div>.../Build/VTK/Common/Core/vtkAtomicInt.h(117): error: first argument must be a pointer to integer or enumeration type</div>
<div>      return __sync_fetch_and_add(ref, 1);</div>
<div>                                  ^</div>
<div>          detected during instantiation of "T vtkAtomicInt<T>::operator++(int) [with T=vtkTypeInt32={signed int}]" at line 201 of ".../ParaView4/VTK/Common/Core/vtkObjectBase.cxx"</div>
<div> </div>
<div>.../Build/VTK/Common/Core/vtkAtomicInt.h(112): error: first argument must be a pointer to integer or enumeration type</div>
<div>      return __sync_sub_and_fetch(ref, 1);</div>
<div>                                  ^</div>
<div>          detected during instantiation of "T vtkAtomicInt<T>::operator--() [with T=vtkTypeInt32={signed int}]" at line 217 of ".../ParaView4/VTK/Common/Core/vtkObjectBase.cxx"</div>
<div> </div>
<div>compilation aborted for .../ParaView4/VTK/Common/Core/vtkObjectBase.cxx (code 2)</div>
<div>make[2]: *** [VTK/Common/Core/CMakeFiles/vtkCommonCore.dir/vtkObjectBase.cxx.o] Error 2</div>
<div>make[1]: *** [VTK/Common/Core/CMakeFiles/vtkCommonCore.dir/all] Error 2</div>
<div>make: *** [all] Error 2</div>
<div> </div>
<div> </div>
<div>Looks to me like there has been work in AtomicInt.h lately...</div>
<div> </div>
<div>Alan</div>
<div> </div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>