<div dir="ltr"><div><div><div><div><div><div>Thanks Tejas for reporting this issue. I missed a couple extra ITK_OVERRIDE on the first patch I wrote to solve that issue. I merged more patches after to solve that problem. It should work now with the latest version of ITK (both on the master and release branches).<br><br></div>You can give it a try by cloning the most recent version of ITK:<br>git clone <a href="https://github.com/InsightSoftwareConsortium/ITK.git">https://github.com/InsightSoftwareConsortium/ITK.git</a><br><br></div>You can also try the release branch:<br></div>cd ITK<br></div>git checkout origin/release -b release<br><br></div>Let me know if you have problems with either of these versions.<br></div>Francois<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 7, 2017 at 9:24 PM, Tejas <span dir="ltr"><<a href="mailto:tejas.rox@gmail.com" target="_blank">tejas.rox@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I got the same errors. I applied the patch in the following  link<br>
<http://<a href="http://review.source.kitware.com/#/c/22092/1" rel="noreferrer" target="_blank">http://review.source.<wbr>kitware.com/#/c/22092/1</a>>  ; i.e., comment out<br>
the 'ITK_OVERRIDE' on lines 76 and 77 in itkGPUImageToImageFilter.h.<br>
<br>
I had also found errors with the graft() function in itkGPUImage.h. The same<br>
fixed worked for me; I commented out  'ITK_OVERRIDE' on line 179.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-insight-users.2283740.n2.nabble.com/ITK-users-ITK-4-11-build-issue-tp7589633p7589673.html" rel="noreferrer" target="_blank">http://itk-insight-users.<wbr>2283740.n2.nabble.com/ITK-<wbr>users-ITK-4-11-build-issue-<wbr>tp7589633p7589673.html</a><br>
Sent from the ITK Insight Users mailing list archive at Nabble.com.<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_______<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<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_<wbr>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br></div>