[Insight-developers] OS X Lion: XCode 3.0 compiler (gcc-llvm 4.2) regression test failures

Alexandru Ciobanu alex at rogue-research.com
Thu Dec 15 11:18:02 EST 2011


Hi William,

ITK4 Master compiles on OS X with the latest clang (llvm) compiler.  Just make sure your ITK4 Master is old-enough so that it includes the following change:
    http://review.source.kitware.com/#change,3447

The gcc-llvm compiler that comes with Xcode is a transitional compiler as Apple moves from GCC to clang.

You will be able to compile the latest clang by following the instruction here:
    http://clang.llvm.org/get_started.html#build

sincerely,
Alex Ciobanu


On 2011-12-15, at 10:41 AM, Williams, Norman K wrote:

> The testing issues are consistent between ITK3 and ITK4.
> 
> Has anyone else tried the XCode 3 gcc-llvm compiler?  Does anyone know of
> a 'clean' gcc that can be downloaded and deployed on OS X? Whenever I've
> tried compiling vanilla GCC on OS X it hasn't worked.
> 
> ITK4 Master, built in Release Mode:
> 1. 769 - itkLSMImageIOTest (SEGFAULT)
> 2. 989 - itkLabelOverlayImageFilterTest-Opacity-0_1 (Failed)
> 3. 990 - itkLabelOverlayImageFilterTest-Opacity-0_2 (Failed)
> 4. 991 - itkLabelOverlayImageFilterTest-Opacity-0_3 (Failed)
> 5. 992 - itkLabelOverlayImageFilterTest-Opacity-0_4 (Failed)
> 6. 993 - itkLabelOverlayImageFilterTest-Opacity-0_5 (Failed)
> 7. 994 - itkLabelOverlayImageFilterTest-Opacity-0_6 (Failed)
> 8. 995 - itkLabelOverlayImageFilterTest-Opacity-0_7 (Failed)
> 9. 996 - itkLabelOverlayImageFilterTest-Opacity-0_8 (Failed)
> 10. 997 - itkLabelOverlayImageFilterTest-Opacity-0_9 (Failed)
> 11. 998 - itkLabelOverlayImageFilterTest-Opacity-1_0 (Failed)
> 12. 1002 - itkLabelMapContourOverlayImageFilterTest0 (Failed)
> 13. 1003 - itkLabelMapContourOverlayImageFilterTest1 (Failed)
> 14. 1004 - itkLabelMapContourOverlayImageFilterTest2 (Failed)
> 15. 1005 - itkLabelMapOverlayImageFilterTest1 (Failed)
> 16. 1309 - itkAnisotropicFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 17. 1312 - itkIsotropicFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 18. 1326 - itkImplicitManifoldNormalVectorFilterTest (SEGFAULT)
> 19. 1327 - itkSparseFieldFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 20. 1331 - itkUnsharpMaskLevelSetImageFilterTest (SEGFAULT)
> 21. 1567 - itkVectorConfidenceConnectedImageFilterTest (Failed)
> 22. 2189 - VectorConfidenceConnectedTest1 (Failed)
> 23. 2190 - VectorConfidenceConnectedTest2 (Failed)
> 24. 2191 - VectorConfidenceConnectedTest3 (Failed)
> 
> ITK4 Debug Mode
> 1. 1309 - itkAnisotropicFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 2. 1312 - itkIsotropicFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 3. 1326 - itkImplicitManifoldNormalVectorFilterTest (SEGFAULT)
> 4. 1327 - itkSparseFieldFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 5. 1331 - itkUnsharpMaskLevelSetImageFilterTest (SEGFAULT)
> 
> ITK3 Release Mode
> 1. 769 - itkLSMImageIOTest (SEGFAULT)
> 2. 989 - itkLabelOverlayImageFilterTest-Opacity-0_1 (Failed)
> 3. 990 - itkLabelOverlayImageFilterTest-Opacity-0_2 (Failed)
> 4. 991 - itkLabelOverlayImageFilterTest-Opacity-0_3 (Failed)
> 5. 992 - itkLabelOverlayImageFilterTest-Opacity-0_4 (Failed)
> 6. 993 - itkLabelOverlayImageFilterTest-Opacity-0_5 (Failed)
> 7. 994 - itkLabelOverlayImageFilterTest-Opacity-0_6 (Failed)
> 8. 995 - itkLabelOverlayImageFilterTest-Opacity-0_7 (Failed)
> 9. 996 - itkLabelOverlayImageFilterTest-Opacity-0_8 (Failed)
> 10. 997 - itkLabelOverlayImageFilterTest-Opacity-0_9 (Failed)
> 11. 998 - itkLabelOverlayImageFilterTest-Opacity-1_0 (Failed)
> 12. 1002 - itkLabelMapContourOverlayImageFilterTest0 (Failed)
> 13. 1003 - itkLabelMapContourOverlayImageFilterTest1 (Failed)
> 14. 1004 - itkLabelMapContourOverlayImageFilterTest2 (Failed)
> 15. 1005 - itkLabelMapOverlayImageFilterTest1 (Failed)
> 16. 1309 - itkAnisotropicFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 17. 1312 - itkIsotropicFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 18. 1326 - itkImplicitManifoldNormalVectorFilterTest (SEGFAULT)
> 19. 1327 - itkSparseFieldFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 20. 1331 - itkUnsharpMaskLevelSetImageFilterTest (SEGFAULT)
> 21. 1567 - itkVectorConfidenceConnectedImageFilterTest (Failed)
> 22. 2189 - VectorConfidenceConnectedTest1 (Failed)
> 23. 2190 - VectorConfidenceConnectedTest2 (Failed)
> 24. 2191 - VectorConfidenceConnectedTest3 (Failed)
> 
> ITK3 Debug Mode
> 1. 1309 - itkAnisotropicFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 2. 1312 - itkIsotropicFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 3. 1326 - itkImplicitManifoldNormalVectorFilterTest (SEGFAULT)
> 4. 1327 - itkSparseFieldFourthOrderLevelSetImageFilterTest (SEGFAULT)
> 5. 1331 - itkUnsharpMaskLevelSetImageFilterTest (SEGFAULT)
> 
> 
> Add Labels
> <https://www.icts.uiowa.edu/confluence/display/PSYCHIATRYIOWA/OS+X+Lion+GCC
> -LLVM+4.2+ITK+problems#>
> 
> 
> Add Comment
> <https://www.icts.uiowa.edu/confluence/display/PSYCHIATRYIOWA/OS+X+Lion+GCC
> -LLVM+4.2+ITK+problems?showComments=true&showCommentArea=true#addcomment>
> 
> 
> 
> 
> 
> --
> Kent Williams norman-k-williams at uiowa.edu
> 
> 
> 
> 
> 
> 
> ________________________________
> Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.
> ________________________________
> _______________________________________________
> Powered by www.kitware.com
> 
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
> 
> Kitware offers ITK Training Courses, for more information visit:
> http://kitware.com/products/protraining.html
> 
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
> 
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20111215/37b450c9/attachment.htm>


More information about the Insight-developers mailing list