<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">SaveMHDData is a function in glistr, and a constructor for MetaImage which it invokes is not available during link stage. It could be something wrong with that library's build system, you could have set up something in a wrong way, or the library is relying on a constructor signature which is no longer available.</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">MetaImage saw some precision-related update in the last year I think, and that might have changed the constructor signature. You could try with an older version of ITK, e.g. 4.11.</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">

<div class="gmail_default" style="text-decoration-style:initial;text-decoration-color:initial">Regards,</div><div class="gmail_default" style="text-decoration-style:initial;text-decoration-color:initial">Dženan</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Jul 15, 2018 at 3:04 PM Gunjan Naik <<a href="mailto:gunjan_naik@persistent.com">gunjan_naik@persistent.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div id="m_-6537775804584384113divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hi,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I wanted to build the Glistr library, for brain tumor segmentation.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">URL:<a href="http://www.med.upenn.edu/sbia/glistr.html" class="m_-6537775804584384113OWAAutoLink" id="m_-6537775804584384113LPlnk628092" target="_blank">http://www.med.upenn.edu/sbia/glistr.html</a></p>
<div id="m_-6537775804584384113LPBorder_GT_15316808023380.17459079760040153" style="margin-bottom:20px;overflow:auto;width:100%;text-indent:0px">
<table id="m_-6537775804584384113LPContainer_15316808023340.8203404421198197" style="width:90%;background-color:rgb(255,255,255);overflow:auto;padding-top:20px;padding-bottom:20px;margin-top:20px;border-top:1px dotted rgb(200,200,200);border-bottom:1px dotted rgb(200,200,200)" cellspacing="0">
<tbody>
<tr style="border-spacing:0px" valign="top">
<td id="m_-6537775804584384113TextCell_15316808023360.9175981112220881" style="vertical-align:top;padding:0px;display:table-cell" colspan="2">
<div id="m_-6537775804584384113LPRemovePreviewContainer_15316808023360.9784508568108619"></div>
<div id="m_-6537775804584384113LPTitle_15316808023360.42213351454789283" style="color:rgb(0,120,215);font-weight:400;font-size:21px;font-family:"wf_segoe-ui_light","Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;line-height:21px">
<a id="m_-6537775804584384113LPUrlAnchor_15316808023360.011141469078170818" style="text-decoration:none" href="http://www.med.upenn.edu/sbia/glistr.html" target="_blank">GLISTR | Section for Biomedical Image Analysis (SBIA ...</a></div>
<div id="m_-6537775804584384113LPMetadata_15316808023370.012702035301010217" style="margin:10px 0px 16px;color:rgb(102,102,102);font-weight:400;font-family:"wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:14px">
<a href="http://www.med.upenn.edu" target="_blank">www.med.upenn.edu</a></div>
<div id="m_-6537775804584384113LPDescription_15316808023380.5860188202563703" style="display:block;color:rgb(102,102,102);font-weight:400;font-family:"wf_segoe-ui_normal","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:20px;max-height:100px;overflow:hidden">
The Section for Biomedical Image Analysis (SBIA), part of the Center of Biomedical Image Computing and Analytics — CBICA, is devoted to the development of computer-based image analysis methods, and their application to a wide variety of clinical research studies.</div>
</td>
</tr>
</tbody>
</table>
</div>
<p style="margin-top:0;margin-bottom:0">While building that, I got the following error:</p>
<p style="margin-top:0;margin-bottom:0"><span style="font-size:10.0pt;font-family:"Verdana",sans-serif">'Linking CXX executable EvaluateQ<br>
CMakeFiles/EvaluateQ.dir/EvaluateQ.cpp.o: In function `int SaveMHDData<float>(char const*, char const*, float****, float****, float****, int, int, int, float, float, float, float, float, float)':<br>
EvaluateQ.cpp:(.text._Z11SaveMHDDataIfEiPKcS1_PPPPT_S6_S6_iiiffffff[_Z11SaveMHDDataIfEiPKcS1_PPPPT_S6_S6_iiiffffff]+0x9c): undefined reference to `MetaImage::MetaImage(int, int, int, float, float, float, MET_ValueEnumType, int, void*)'<br>
collect2: error: ld returned 1 exit status'<br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Is there any function '<span style="font-size:10.0pt;font-family:"Verdana",sans-serif">SaveMHDData</span>' in the ITK library, for which I have to set the parameters, while building ITK from source?</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Thanks and Regards,</p>
<p style="margin-top:0;margin-bottom:0">Gunjan Naik<br>
</p>
</div>
DISCLAIMER<br>==========<br>This e-mail may contain privileged and 
confidential information which is the property of Persistent Systems 
Ltd. It is intended only for the use of the individual or entity to 
which it is addressed. If you are not the intended recipient, you are 
not authorized to read, retain, copy, print, distribute or use this 
message. If you have received this communication in error, please notify
 the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.</div>

The ITK community is transitioning from this mailing list to <a href="http://discourse.itk.org" rel="noreferrer" target="_blank">discourse.itk.org</a>. Please join us there!<br>
________________________________<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/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/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_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://itk.org/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">https://itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div>