<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;">Hello Michka,<div><br></div><div>Yes. I based this patch on "v4.5.0" tag, ( not including the SimpleITK patch or your patch below ). This fixed all linking error message that were of the form mentioned in JIRA ITK-3229. So I think this is the correct fix for it not side stepping the issue.</div><div><br></div><div>This patch should be merged into release.</div><div><br></div><div>Brad</div><div><br><div><div>On Feb 7, 2014, at 4:12 PM, Michka Popoff <<a href="mailto:michkapopoff@gmail.com">michkapopoff@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Is this why there were all these errors when wrapping for python on OS 10.8.5 with clang 5.0.2 ?<div><br></div><div>(Which were fixed with this patch : <a href="http://review.source.kitware.com/#/c/14033/">http://review.source.kitware.com/#/c/14033/</a> )</div><div><br><div><div>Le 7 févr. 2014 à 22:04, Bradley Lowekamp a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hello Folks,<div><br></div><div>I updated mini7's continuous to be shared libraries. So that's going to be all red tomorrow.</div><div><br></div><div>But I have the patch for it here:</div><div><a href="http://review.source.kitware.com/#/c/14319/">http://review.source.kitware.com/#/c/14319/</a></div><div><br></div><div>Have a good weekend folks!</div><div>Brad</div><div><br><div><div>On Feb 7, 2014, at 2:02 PM, Bradley Lowekamp <<a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hello,<div><br></div><div>As I recently turn on shared libraries for on my Mavericks build, I am getting many more linking  error on the release branch now:</div><div><a href="http://open.cdash.org/buildSummary.php?buildid=3211313">http://open.cdash.org/buildSummary.php?buildid=3211313</a></div><div>I'll need to look into the further.</div><div><br></div><div>Brad</div><div><br><div><div>On Feb 7, 2014, at 8:35 AM, Brian Helba <<a href="mailto:brian.helba@kitware.com">brian.helba@kitware.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p dir="ltr">Please note, one of the dashboard clients testing the release branch has 16 new failing tests, as a result of the TIFF patch that was merged yesterday. </p>
<div class="gmail_quote">On Feb 7, 2014 8:16 AM, "Bradley Lowekamp" <<a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Matt,<br>
<br>
Also this patch fixes an infinite loop with libc++:<br>
<br>
commit b5dd8d4b9cfa8b798ac182a31dcbdaca290958e5<br>
Author: Bradley Lowekamp <<a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a>><br>
Date:   Sat Jan 18 23:32:15 2014 -0500<br>
<br>
    COMP: fix failing voronoi segmentation tests<br>
<br>
    Internal comp method used for std::sort didn't induce a strict weak<br>
    ordering ( <= vs < ) as required, since it returned true on<br>
    equal. This cause failures likely due to difference algorithms in<br>
    libc++.<br>
<br>
    Change-Id: Ic4c8f61d53bce6858b4edcd3a93c605271b0c65b<br>
<br>
Brad<br>
<br>
On Feb 7, 2014, at 8:09 AM, Bradley Lowekamp <<a href="mailto:blowekamp@mail.nih.gov">blowekamp@mail.nih.gov</a>> wrote:<br>
<br>
> Matt,<br>
><br>
> I think we should consider including the following patch:<br>
><br>
> commit b5e114f94a7a64ff0c426067335cf3f42976eb29<br>
> Author: Hans Johnson <<a href="mailto:hans-johnson@uiowa.edu">hans-johnson@uiowa.edu</a>><br>
> Date:   Thu Sep 26 23:51:17 2013 -0500<br>
><br>
>    PERF: Reviewing code for facilitating compiler optimizations<br>
><br>
>    The itkLinearInterpolateImageFunction.h is such a core<br>
>    function, it deserves special attention for gaining<br>
>    any amount of speed improvement can help<br>
>    improve the speed of many programs.<br>
><br>
>    Change-Id: Ibba6caa0468e850ab6b487565943d07af9f82f8c<br>
><br>
> This will provide a large benefit to many users.<br>
><br>
> Additionally the SCIFIO issue with linked libraries is a good candidate.<br>
><br>
> Brad<br>
><br>
> On Feb 6, 2014, at 12:44 AM, Matt McCormick <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>> wrote:<br>
><br>
>> Hi,<br>
>><br>
>> ITK 4.5 is progressing nicely, and a number of important bug fixes<br>
>> have been applied.  Thanks to everyone that has contributed.  We want<br>
>> to make sure that all low-risk patches that fix critical issues are<br>
>> included in 4.5.1.  The current list (to be pushed following testing)<br>
>> is<br>
>><br>
>> Bill Lorensen (1):<br>
>>     BUG: Tiff compression was broken and untested<br>
>><br>
>> Bradley Lowekamp (5):<br>
>>     BUG: Correctly re-throw exception to restore AbortEvent, ProcessAborted<br>
>>     BUG: Adding export specification to Exception objects<br>
>>     BUG: disable ipa-cp-clone in GDCM<br>
>>     COMP: fix unused variable warning in abort test<br>
>>     BUG: Do not throw exception in Probes with mis-matched Stop<br>
>><br>
>> Brian Helba (2):<br>
>>     BUG: Fix uninitialized variable in GradientRecursiveGaussianImageFilter<br>
>>     BUG: Make all specializations NumericTrails::SetLength re-zero contents<br>
>><br>
>> Hans Johnson (2):<br>
>>     COMP: SimpleITK linkage failure<br>
>>     BUG: Missing Modified() call<br>
>><br>
>> Luke Bloy (2):<br>
>>     BUG: Fixes itkBoxSpatialObject part of issue ITK-3153<br>
>>     BUG: Fixes itkImageMaskSpatialObject part of issue ITK-3153<br>
>><br>
>> Matthew McCormick (2):<br>
>>     COMP: Update libminc to latest version.<br>
>>     BUG: Remove unused itkAffineTransformXX.txt content links.<br>
>><br>
>> Michka Popoff (1):<br>
>>     BUG: Fix for the WrapITK.pth destination path<br>
>><br>
>> Sean McBride (1):<br>
>>     BUG: initialize m_SmallBlock ivar in ctor; fixes garbage read<br>
>><br>
>> Anything missing?<br>
>><br>
>> Thanks,<br>
>> Matt<br>
>> _______________________________________________<br>
>> Powered by <a href="http://www.kitware.com/" 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" 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://kitware.com/products/protraining.php" target="_blank">http://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" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
>><br>
>> Follow this link to subscribe/unsubscribe:<br>
>> <a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com/" 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" 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://kitware.com/products/protraining.php" target="_blank">http://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" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com/" 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" 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://kitware.com/products/protraining.php" target="_blank">http://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" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
</blockquote></div>
</blockquote></div><br></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><a href="http://kitware.com/products/protraining.php">http://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">http://www.itk.org/Wiki/ITK_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br>http://www.itk.org/mailman/listinfo/insight-developers<br></blockquote></div><br></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><a href="http://kitware.com/products/protraining.php">http://kitware.com/products/protraining.php</a><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-developers<br>_______________________________________________<br>Community mailing list<br>Community@itk.org<br>http://public.kitware.com/cgi-bin/mailman/listinfo/community<br></blockquote></div><br></div></div></blockquote></div><br></div></body></html>