<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The new compiler with OSX Maverics turns on C++11 by default. This needs to be explicitly disabled when configuring ITK &lt;4.5<div><br></div><div>From a new directory, which has not been configured before run the following to perform an initial configuration:</div><div><br></div><div>cmake -DCMAKE_CXX_FLAGS:STRING='-stdlib=libstdc++ -std=c++03' &nbsp;../ITK</div><div><br></div><div>This with tell the compiler to use C++03 during the configuration and build.&nbsp;</div><div><br></div><div>Many in the community are actively working to improve the C++11 support in ITK. You would need to checkout the master branch from the git repository to try out these new changes.</div><div><br></div><div>Good luck,</div><div>Brad</div><div><br><div><div>On Nov 5, 2013, at 10:46 AM, Jianxu Chen &lt;<a href="mailto:jchen16@nd.edu">jchen16@nd.edu</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div>Hello,</div><div><br></div><div>I am currently using ITK under Mac OS 10.9 and Xcode 5. And when I compiling a file including "ITKImageFileWrite", I got the following error.</div><div><br></div>

<div>..../ITK/InsightToolkit/Modules/Core/Common/include/itkImageAlgorithm.h:24:12: fatal error:</div><div>&nbsp; &nbsp; &nbsp; 'tr1/type_traits' file not found</div><div># &nbsp;include &lt;tr1/type_traits&gt;</div><div><br></div><div>

<br></div><div>Right before upgrading to Xcode 5 and Mac OS 10.9, the exactly same file worked without any problem. So I am wondering if there is any significant change in the new OS version, which induced above error.&nbsp;</div>

<div><br></div><div>Could anyone help me out on this issue? Thanks in advance.</div><div><br></div><div>All the best,</div>-- <br><div dir="ltr"><div><b><font face="garamond, serif">Jianxu Chen</font></b><br></div><div><font face="garamond, serif"><i>Research Assistant</i><br>

</font><div><font face="garamond, serif">Dept. of Computer Science and Engineering</font></div><div><font face="garamond, serif">University of Notre Dame</font></div></div><div><a href="mailto:jchen16@nd.edu" style="font-family:garamond,serif;font-size:small" target="_blank">jchen16@nd.edu</a></div>

<div><br></div></div>
</div>
_____________________________________<br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at<br><a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Kitware offers ITK Training Courses, for more information visit:<br>http://www.kitware.com/products/protraining.php<br><br>Please keep messages on-topic and check the ITK FAQ at:<br>http://www.itk.org/Wiki/ITK_FAQ<br><br>Follow this link to subscribe/unsubscribe:<br>http://www.itk.org/mailman/listinfo/insight-users<br></blockquote></div><br></div></body></html>