<div>Hello,</div>
<div> </div>
<div>I am trying to compile the new itkVideo modules obtained from github.  <a href="https://github.com/itkvideo/ITK">https://github.com/itkvideo/ITK</a></div>
<div> </div>
<div>Seems that there is one compiling error in the project of Video-Core-Common-all. </div>
<div> </div>
<div>The error comes from the function </div>
<div><font color="#0000ff" size="2"><font color="#0000ff" size="2"></font></font> </div>
<div><font color="#0000ff" size="2"><font color="#0000ff" size="2">//////////////////////////////////////////////////////////////////////</font></font></div>
<p>void<font size="2"> SetBufferContents(</font><font color="#0000ff" size="2"><font color="#0000ff" size="2">int</font></font><font size="2"> offset, ElementType* element);   ////// in  itkRingBuffer.h</font></p>
<div>
<div><font color="#0000ff" size="2"><font color="#0000ff" size="2">//////////////////////////////////////////////////////////////////////</font></font></div></div>
<p><font size="2"><font size="2">template&lt; class TElementType &gt; void  RingBuffer&lt; TElementType &gt; ::SetBufferContents( int offset, RingBuffer&lt; TElementType &gt;::ElementType* element )  ////// in itkRingBuffer.txx:</font></font></p>

<p>{</p>
<p>// Get the right buffer</p>
<p>unsigned int bufferIndex = this-&gt;GetOffsetBufferIndex(offset);</p>
<p>// Set the pointer</p>
<p>this-&gt;m_PointerVector[bufferIndex] = element;</p>
<div>}</div>
<div> </div>
<div> </div>
<div>Any one encounters the same problem recently?</div>
<div> </div>
<div><br>Thanks</div>
<div>Siqi</div>