I can confirm compiler failure on 10.8.5 with Xcode 5.0.1

NOTE:  there is a gerrit patch set that allows compilation: 
http://review.source.kitware.com/#/c/13124/3

I can confirm that the above patch allow compilation to complete.

In file included from 
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/Core/TestKernel/src/itkTestDriver.cxx:29:
In file included from 
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/Core/TestKernel/include/itkTestDriverIncludeRequiredIOFactories.h:31:
In file included from 
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/Core/TestKernel/include/itkTestDriverInclude.h:50:
In file included from 
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/IO/ImageBase/include/itkImageFileWriter.h:228:
In file included from 
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/IO/ImageBase/include/itkImageFileWriter.hxx:34:
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/Core/Common/include/itkImageAlgorithm.h:51:16:
 error: no member named 'tr1' in namespace 'std'
  typedef std::tr1::true_type  TrueType;
          ~~~~~^
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/Core/Common/include/itkImageAlgorithm.h:52:16:
 error: no member named 'tr1' in namespace 'std'
  typedef std::tr1::false_type FalseType;
          ~~~~~^
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/Core/Common/include/itkImageAlgorithm.h:142:15:
 error: static and non-static member functions with the same parameter types 
cannot be overloaded
  static void DispatchedCopy( const InputImageType *inImage, OutputImageType 
*outImage,
              ^
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/Core/Common/include/itkImageAlgorithm.h:136:15:
 note: previous declaration is here
  static void DispatchedCopy( const InputImageType *inImage, OutputImageType 
*outImage,
              ^
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/Core/Common/include/itkImageAlgorithm.h:98:44:
 error: no member named 'tr1' in namespace 'std'
                                    , std::tr1::is_convertible<typename 
_ImageType1::PixelType,
                                      ~~~~~^
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/Core/Common/include/itkImageAlgorithm.h:98:95:
 error: expected '(' for function-style cast or type construction
                                    , std::tr1::is_convertible<typename 
_ImageType1::PixelType,
                                                               
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/Core/Common/include/itkImageAlgorithm.h:119:44:
 error: no member named 'tr1' in namespace 'std'
                                    , std::tr1::is_convertible<typename 
_ImageType1::PixelType,
                                      ~~~~~^
/scratch/johnsonhj/src/Slicer-build/ITKv4/Modules/Core/Common/include/itkImageAlgorithm.h:119:95:
 error: expected '(' for function-style cast or type construction
                                    , std::tr1::is_convertible<typename 
_ImageType1::PixelType,
                                                               
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^



________________________________
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.php

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

Reply via email to